| Modifier and Type | Interface | Description |
|---|---|---|
static interface |
ContinuationFilter.FilteredContinuation |
Deprecated.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
Servlet3Continuation |
Deprecated.
use Servlet 3.0
AsyncContext instead |
| Modifier and Type | Method | Description |
|---|---|---|
static Continuation |
ContinuationSupport.getContinuation(javax.servlet.ServletRequest request) |
Deprecated.
Get a Continuation.
|
static Continuation |
ContinuationSupport.getContinuation(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response) |
Deprecated.
|
| Modifier and Type | Method | 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–2018 Webtide. All rights reserved.