Class Servlet3AsyncHttpRequest
java.lang.Object
org.jboss.resteasy.plugins.server.BaseHttpRequest
org.jboss.resteasy.plugins.server.servlet.HttpServletInputMessage
org.jboss.resteasy.plugins.server.servlet.Servlet3AsyncHttpRequest
- All Implemented Interfaces:
HttpRequest
- Version:
- $Revision: 1 $
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ResteasyAsynchronousContextprotected ScheduledExecutorServiceprotected javax.servlet.http.HttpServletResponseFields inherited from class HttpServletInputMessage
dispatcher, executionContext, httpHeaders, httpMethod, httpResponse, overridenStream, request, servletContext, servletResponse, wasForwardedFields inherited from class BaseHttpRequest
decodedFormParameters, formParameters, uri -
Constructor Summary
ConstructorsConstructorDescriptionServlet3AsyncHttpRequest(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse response, javax.servlet.ServletContext servletContext, HttpResponse httpResponse, ResteasyHttpHeaders httpHeaders, ResteasyUriInfo uriInfo, String s, SynchronousDispatcher synchronousDispatcher) -
Method Summary
Methods inherited from class HttpServletInputMessage
forward, getAttribute, getAttributeNames, getDecodedFormParameters, getFormParameters, getHttpHeaders, getHttpMethod, getInputStream, getMutableHeaders, getPutDecodedFormParameters, getPutFormParameters, mapEquals, removeAttribute, setAttribute, setHttpMethod, setInputStream, wasForwardedMethods inherited from class BaseHttpRequest
getUri, isInitial, setRequestUri, setRequestUri
-
Field Details
-
response
protected javax.servlet.http.HttpServletResponse response -
asynchronousContext
-
asyncScheduler
-
-
Constructor Details
-
Servlet3AsyncHttpRequest
public Servlet3AsyncHttpRequest(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse response, javax.servlet.ServletContext servletContext, HttpResponse httpResponse, ResteasyHttpHeaders httpHeaders, ResteasyUriInfo uriInfo, String s, SynchronousDispatcher synchronousDispatcher)
-
-
Method Details
-
getAsyncContext
- Specified by:
getAsyncContextin interfaceHttpRequest- Overrides:
getAsyncContextin classHttpServletInputMessage
-