AsyncContext
instead@Deprecated
public class ContinuationSupport
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) static java.lang.reflect.Constructor<? extends Continuation> |
__newServlet3Continuation
Deprecated.
|
(package private) static boolean |
__servlet3
Deprecated.
|
(package private) static java.lang.Class<?> |
__waitingContinuation
Deprecated.
|
Constructor and Description |
---|
ContinuationSupport()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Continuation |
getContinuation(javax.servlet.ServletRequest request)
Deprecated.
Get a Continuation.
|
static Continuation |
getContinuation(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response)
Deprecated.
|
static final boolean __servlet3
static final java.lang.Class<?> __waitingContinuation
static final java.lang.reflect.Constructor<? extends Continuation> __newServlet3Continuation
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 response