org.jboss.resteasy.plugins.server.servlet
public class Servlet3AsyncHttpRequest extends HttpServletInputMessage
Modifier and Type | Field and Description |
---|---|
protected javax.servlet.http.HttpServletResponse |
response |
protected javax.servlet.http.HttpServletRequest |
theRequest |
asynchronousResponse, decodedFormParameters, dispatcher, formParameters, httpHeaders, httpMethod, httpResponse, latch, overridenStream, preProcessedPath, request, suspended, suspendTimeout, uri
Constructor and Description |
---|
Servlet3AsyncHttpRequest(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse response,
HttpResponse httpResponse,
HttpHeaders httpHeaders,
UriInfo uriInfo,
String s,
SynchronousDispatcher synchronousDispatcher) |
Modifier and Type | Method and Description |
---|---|
AsynchronousResponse |
createAsynchronousResponse(long l)
This method will create an asynchronous response and prepare the
request to be issued asynchronously
|
void |
initialRequestThreadFinished()
Callback by the initial calling thread.
|
getAsynchronousResponse, getAttribute, getDecodedFormParameters, getFormParameters, getHttpHeaders, getHttpMethod, getInputStream, getPreprocessedPath, getPutDecodedFormParameters, getPutFormParameters, getUri, isInitial, isSuspended, isTimeout, mapEquals, removeAttribute, setAttribute, setInputStream, setPreprocessedPath
protected javax.servlet.http.HttpServletResponse response
protected javax.servlet.http.HttpServletRequest theRequest
public Servlet3AsyncHttpRequest(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse response, HttpResponse httpResponse, HttpHeaders httpHeaders, UriInfo uriInfo, String s, SynchronousDispatcher synchronousDispatcher)
public void initialRequestThreadFinished()
HttpRequest
initialRequestThreadFinished
in interface HttpRequest
initialRequestThreadFinished
in class HttpServletInputMessage
public AsynchronousResponse createAsynchronousResponse(long l)
HttpRequest
createAsynchronousResponse
in interface HttpRequest
createAsynchronousResponse
in class HttpServletInputMessage
Copyright © 2014. All Rights Reserved.