public class ContinuationSupport extends Object
Constructor and Description |
---|
ContinuationSupport() |
Modifier and Type | Method and Description |
---|---|
static Continuation |
getContinuation(ServletRequest request)
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-2015 Webtide. All Rights Reserved.