public interface WriteListener
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
onError(java.lang.Throwable throwable)
Invoked if an error occurs while writing the response.
|
void |
onWritePossible()
Invoked when it it possible to write data without blocking.
|
void onWritePossible() throws java.io.IOException
AbstractServletOutputStream.isReady()
has returned false and it has since become possible to write data.java.io.IOException
void onError(java.lang.Throwable throwable)
throwable
- Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.