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