|
Apache Tomcat 7.0.54 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WriteListener
Receives notification of write events when using non-blocking IO.
Method Summary | |
---|---|
void |
onError(Throwable throwable)
Invoked if an error occurs while writing the response. |
void |
onWritePossible()
Invoked when it it possible to write data without blocking. |
Method Detail |
---|
void onWritePossible() throws IOException
AbstractServletOutputStream.isReady()
has returned false and it has since become possible to write data.
IOException
void onError(Throwable throwable)
throwable
-
|
Apache Tomcat 7.0.54 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |