org.apache.cxf.transport.http
Class Servlet3ContinuationProvider.Servlet3Continuation
java.lang.Object
org.apache.cxf.transport.http.Servlet3ContinuationProvider.Servlet3Continuation
- All Implemented Interfaces:
- EventListener, javax.servlet.AsyncListener, org.apache.cxf.continuations.Continuation
- Enclosing class:
- Servlet3ContinuationProvider
public class Servlet3ContinuationProvider.Servlet3Continuation
- extends Object
- implements org.apache.cxf.continuations.Continuation, javax.servlet.AsyncListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Servlet3ContinuationProvider.Servlet3Continuation
public Servlet3ContinuationProvider.Servlet3Continuation()
suspend
public boolean suspend(long timeout)
- Specified by:
suspend in interface org.apache.cxf.continuations.Continuation
redispatch
public void redispatch()
resume
public void resume()
- Specified by:
resume in interface org.apache.cxf.continuations.Continuation
reset
public void reset()
- Specified by:
reset in interface org.apache.cxf.continuations.Continuation
isNew
public boolean isNew()
- Specified by:
isNew in interface org.apache.cxf.continuations.Continuation
isPending
public boolean isPending()
- Specified by:
isPending in interface org.apache.cxf.continuations.Continuation
isResumed
public boolean isResumed()
- Specified by:
isResumed in interface org.apache.cxf.continuations.Continuation
getObject
public Object getObject()
- Specified by:
getObject in interface org.apache.cxf.continuations.Continuation
setObject
public void setObject(Object o)
- Specified by:
setObject in interface org.apache.cxf.continuations.Continuation
onComplete
public void onComplete(javax.servlet.AsyncEvent event)
throws IOException
- Specified by:
onComplete in interface javax.servlet.AsyncListener
- Throws:
IOException
onError
public void onError(javax.servlet.AsyncEvent event)
throws IOException
- Specified by:
onError in interface javax.servlet.AsyncListener
- Throws:
IOException
onStartAsync
public void onStartAsync(javax.servlet.AsyncEvent event)
throws IOException
- Specified by:
onStartAsync in interface javax.servlet.AsyncListener
- Throws:
IOException
onTimeout
public void onTimeout(javax.servlet.AsyncEvent event)
throws IOException
- Specified by:
onTimeout in interface javax.servlet.AsyncListener
- Throws:
IOException
Apache CXF