Package | Description |
---|---|
org.eclipse.jetty.continuation |
Jetty Continuation : Generic Async Servlet Method
|
Modifier and Type | Interface and Description |
---|---|
static interface |
ContinuationFilter.FilteredContinuation |
Modifier and Type | Class and Description |
---|---|
class |
Servlet3Continuation
This implementation of Continuation is used by
ContinuationSupport
when it detects that the application has been deployed in a Servlet 3
server. |
Modifier and Type | Method and Description |
---|---|
static Continuation |
ContinuationSupport.getContinuation(ServletRequest request)
Get a Continuation.
|
static Continuation |
ContinuationSupport.getContinuation(ServletRequest request,
ServletResponse response)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ContinuationListener.onComplete(Continuation continuation)
Called when a continuation life cycle is complete and after
any calls to
ServletRequestListener#requestDestroyed(javax.servlet.ServletRequestEvent)
The response may still be written to during the call. |
void |
ContinuationListener.onTimeout(Continuation continuation)
Called when a suspended continuation has timed out.
|
Copyright © 1995-2015 Webtide. All Rights Reserved.