|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WriteListener
Callback notification mechanism that signals to the developer it's possible to write content without blocking.
Method Summary | |
---|---|
void |
onError(Throwable t)
Invoked when an error occurs processing the request asynchronously. |
void |
onWritePossible()
When an instance of the WriteListener is registered with a ServletOutputStream ,
this method will be invoked by the container if and only
if ServletOutputStream.canWrite() method
has been called and has returned false. |
Method Detail |
---|
void onWritePossible()
ServletOutputStream
,
this method will be invoked by the container if and only
if ServletOutputStream.canWrite()
method
has been called and has returned false.
void onError(Throwable t)
Invoked when an error occurs processing the request asynchronously.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |