AsyncContext instead@Deprecated
public class ContinuationSupport
extends java.lang.Object
| Constructor | Description |
|---|---|
ContinuationSupport() |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
static Continuation |
getContinuation(ServletRequest request) |
Deprecated.
Get a Continuation.
|
static Continuation |
getContinuation(ServletRequest request,
ServletResponse response) |
Deprecated.
|
public static Continuation getContinuation(ServletRequest request)
FauxContinuation
or a real implementation like Servlet3Continuation.request - The request@Deprecated public static Continuation getContinuation(ServletRequest request, ServletResponse response)
getContinuation(ServletRequest)request - the servlet requestresponse - the servlet responseCopyright © 1995–2018 Webtide. All rights reserved.