org.apache.cxf.transport.http_jetty.continuations
Class JettyContinuationProvider
java.lang.Object
org.apache.cxf.transport.http_jetty.continuations.JettyContinuationProvider
- All Implemented Interfaces:
- ContinuationProvider
public class JettyContinuationProvider
- extends Object
- implements ContinuationProvider
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JettyContinuationProvider
public JettyContinuationProvider(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
Message m)
complete
public void complete()
- Description copied from interface:
ContinuationProvider
- Let the provider know that the exchange is complete
- Specified by:
complete
in interface ContinuationProvider
getContinuation
public Continuation getContinuation()
- Description copied from interface:
ContinuationProvider
- Creates a new continuation or retrieves the existing one
- Specified by:
getContinuation
in interface ContinuationProvider
- Returns:
- transport-neutral ContinuationWrapper
getContinuation
public JettyContinuationWrapper getContinuation(boolean create)
Apache CXF