public class Servlet3ContinuationProvider.Servlet3Continuation extends Object implements org.apache.cxf.continuations.Continuation, javax.servlet.AsyncListener
| Constructor and Description |
|---|
Servlet3Continuation() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getObject() |
protected javax.servlet.ServletOutputStream |
getOutputStream() |
boolean |
isNew() |
boolean |
isPending() |
boolean |
isReadyForWrite() |
boolean |
isResumed() |
boolean |
isTimeout() |
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) |
protected void |
updateMessageForSuspend() |
public boolean suspend(long timeout)
suspend in interface org.apache.cxf.continuations.Continuationprotected void updateMessageForSuspend()
public 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.AsyncListenerIOExceptionpublic boolean isReadyForWrite()
isReadyForWrite in interface org.apache.cxf.continuations.Continuationprotected javax.servlet.ServletOutputStream getOutputStream()
public boolean isTimeout()
isTimeout in interface org.apache.cxf.continuations.ContinuationApache CXF