Package | Description |
---|---|
org.eclipse.jetty.continuation | |
org.eclipse.jetty.server | |
org.eclipse.jetty.servlets |
Modifier and Type | Interface and Description |
---|---|
static interface |
ContinuationFilter.FilteredContinuation |
Modifier and Type | Method and Description |
---|---|
static Continuation |
ContinuationSupport.getContinuation(javax.servlet.ServletRequest request)
Get a Continuation.
|
static Continuation |
ContinuationSupport.getContinuation(javax.servlet.ServletRequest request,
javax.servlet.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.
|
Modifier and Type | Class and Description |
---|---|
class |
AsyncContinuation
Implementation of Continuation and AsyncContext interfaces
|
Modifier and Type | Method and Description |
---|---|
protected void |
ProxyServlet.customizeContinuation(Continuation continuation)
Extension point for subclasses to customize the Continuation after it's initial creation in the service method.
|
Copyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.