Class WriteListenerImpl
- java.lang.Object
-
- org.rootservices.otter.servlet.async.WriteListenerImpl
-
- All Implemented Interfaces:
java.util.EventListener,javax.servlet.WriteListener
public class WriteListenerImpl extends java.lang.Object implements javax.servlet.WriteListener
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.slf4j.LoggerLOGGER
-
Constructor Summary
Constructors Constructor Description WriteListenerImpl(javax.servlet.ServletOutputStream sos, java.util.Queue q, javax.servlet.AsyncContext c)
-
Method Summary
Modifier and Type Method Description voidonError(java.lang.Throwable t)voidonWritePossible()
-
-
-
Method Detail
-
onWritePossible
public void onWritePossible() throws java.io.IOException- Specified by:
onWritePossiblein interfacejavax.servlet.WriteListener- Throws:
java.io.IOException
-
onError
public void onError(java.lang.Throwable t)
- Specified by:
onErrorin interfacejavax.servlet.WriteListener
-
-