com.caucho.server.http
Class AsyncListenerNode
java.lang.Object
com.caucho.server.http.AsyncListenerNode
public class AsyncListenerNode
- extends java.lang.Object
User facade for http requests.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AsyncListenerNode
public AsyncListenerNode(AsyncListener listener,
ServletRequest request,
ServletResponse response,
AsyncListenerNode next)
getNext
public AsyncListenerNode getNext()
onStart
public void onStart(AsyncEvent event)
throws java.io.IOException
- Throws:
java.io.IOException
onTimeout
public void onTimeout(AsyncEvent event)
throws java.io.IOException
- Throws:
java.io.IOException
onError
public void onError(AsyncEvent event)
throws java.io.IOException
- Throws:
java.io.IOException
onComplete
public void onComplete(AsyncEvent event)
throws java.io.IOException
- Throws:
java.io.IOException