| Modifier and Type | Interface and Description |
|---|---|
static interface |
ContinuationFilter.FilteredContinuation
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Servlet3Continuation
Deprecated.
use Servlet 3.0
AsyncContext instead |
| Modifier and Type | Method and Description |
|---|---|
static Continuation |
ContinuationSupport.getContinuation(ServletRequest request)
Deprecated.
Get a Continuation.
|
static Continuation |
ContinuationSupport.getContinuation(ServletRequest request,
ServletResponse response)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContinuationListener.onComplete(Continuation continuation)
Deprecated.
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)
Deprecated.
Called when a suspended continuation has timed out.
|
Copyright © 1995–2017 Webtide. All rights reserved.