| 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 | 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-2014 Mort Bay Consulting. All Rights Reserved.