AsyncContext instead@Deprecated public class ContinuationSupport extends Object
| Constructor and Description |
|---|
ContinuationSupport()
Deprecated.
|
| Modifier and Type | Method and 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–2017 Webtide. All rights reserved.