public class Servlet3ContinuationProvider.Servlet3Continuation extends Object implements org.apache.cxf.continuations.Continuation, javax.servlet.AsyncListener
| Constructor and Description |
|---|
Servlet3ContinuationProvider.Servlet3Continuation() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getObject() |
boolean |
isNew() |
boolean |
isPending() |
boolean |
isResumed() |
void |
onComplete(javax.servlet.AsyncEvent event) |
void |
onError(javax.servlet.AsyncEvent event) |
void |
onStartAsync(javax.servlet.AsyncEvent event) |
void |
onTimeout(javax.servlet.AsyncEvent event) |
void |
redispatch() |
void |
reset() |
void |
resume() |
void |
setObject(Object o) |
boolean |
suspend(long timeout) |
public Servlet3ContinuationProvider.Servlet3Continuation()
public boolean suspend(long timeout)
suspend in interface org.apache.cxf.continuations.Continuationpublic void redispatch()
public void resume()
resume in interface org.apache.cxf.continuations.Continuationpublic void reset()
reset in interface org.apache.cxf.continuations.Continuationpublic boolean isNew()
isNew in interface org.apache.cxf.continuations.Continuationpublic boolean isPending()
isPending in interface org.apache.cxf.continuations.Continuationpublic boolean isResumed()
isResumed in interface org.apache.cxf.continuations.Continuationpublic Object getObject()
getObject in interface org.apache.cxf.continuations.Continuationpublic void setObject(Object o)
setObject in interface org.apache.cxf.continuations.Continuationpublic void onComplete(javax.servlet.AsyncEvent event)
throws IOException
onComplete in interface javax.servlet.AsyncListenerIOExceptionpublic void onError(javax.servlet.AsyncEvent event)
throws IOException
onError in interface javax.servlet.AsyncListenerIOExceptionpublic void onStartAsync(javax.servlet.AsyncEvent event)
throws IOException
onStartAsync in interface javax.servlet.AsyncListenerIOExceptionpublic void onTimeout(javax.servlet.AsyncEvent event)
throws IOException
onTimeout in interface javax.servlet.AsyncListenerIOExceptionApache CXF