|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ReadListener
This class represents a call-back mechanism that will notify implementations as HTTP request data becomes available to be read without blocking.
Method Summary | |
---|---|
void |
onAllDataRead()
Invoked when all data for the current request has been read. |
void |
onDataAvailable()
Invoked when data is available to be read without blocking. |
void |
onError(Throwable t)
Invoked when an error occurs processing the request. |
Method Detail |
---|
void onDataAvailable()
Invoked when data is available to be read without blocking.
void onAllDataRead()
Invoked when all data for the current request has been read.
void onError(Throwable t)
Invoked when an error occurs processing the request.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |