public class Servlet3AsyncHttpRequest extends HttpServletInputMessage
Modifier and Type | Class and Description |
---|---|
private class |
Servlet3AsyncHttpRequest.Servlet3ExecutionContext |
Modifier and Type | Field and Description |
---|---|
protected ResteasyAsynchronousContext |
asynchronousContext |
protected java.util.concurrent.ScheduledExecutorService |
asyncScheduler |
protected javax.servlet.http.HttpServletResponse |
response |
dispatcher, executionContext, httpHeaders, httpMethod, httpResponse, overridenStream, request, servletContext, servletResponse, wasForwarded
decodedFormParameters, formParameters, uri
Constructor and Description |
---|
Servlet3AsyncHttpRequest(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse response,
javax.servlet.ServletContext servletContext,
HttpResponse httpResponse,
ResteasyHttpHeaders httpHeaders,
ResteasyUriInfo uriInfo,
java.lang.String s,
SynchronousDispatcher synchronousDispatcher) |
Modifier and Type | Method and Description |
---|---|
ResteasyAsynchronousContext |
getAsyncContext() |
forward, getAttribute, getAttributeNames, getDecodedFormParameters, getFormParameters, getHttpHeaders, getHttpMethod, getInputStream, getMutableHeaders, getPutDecodedFormParameters, getPutFormParameters, mapEquals, removeAttribute, setAttribute, setHttpMethod, setInputStream, wasForwarded
getUri, isInitial, setRequestUri, setRequestUri
protected javax.servlet.http.HttpServletResponse response
protected ResteasyAsynchronousContext asynchronousContext
protected java.util.concurrent.ScheduledExecutorService asyncScheduler
public Servlet3AsyncHttpRequest(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse response, javax.servlet.ServletContext servletContext, HttpResponse httpResponse, ResteasyHttpHeaders httpHeaders, ResteasyUriInfo uriInfo, java.lang.String s, SynchronousDispatcher synchronousDispatcher)
public ResteasyAsynchronousContext getAsyncContext()
getAsyncContext
in interface HttpRequest
getAsyncContext
in class HttpServletInputMessage