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
public class Servlet3AsyncHttpRequest extends HttpServletInputMessage
- Version:
 - $Revision: 1 $
 - Author:
 - Bill Burke
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected ResteasyAsynchronousContextasynchronousContextprotected ScheduledExecutorServiceasyncSchedulerprotected javax.servlet.http.HttpServletResponseresponse- 
Fields inherited from class org.jboss.resteasy.plugins.server.servlet.HttpServletInputMessage
dispatcher, executionContext, httpHeaders, httpMethod, httpResponse, overridenStream, request, servletContext, servletResponse, wasForwarded 
- 
Fields inherited from class org.jboss.resteasy.plugins.server.BaseHttpRequest
decodedFormParameters, formParameters, uri 
 - 
 
- 
Constructor Summary
Constructors Constructor Description 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResteasyAsynchronousContextgetAsyncContext()- 
Methods inherited from class org.jboss.resteasy.plugins.server.servlet.HttpServletInputMessage
formParametersRead, forward, getAttribute, getAttributeNames, getDecodedFormParameters, getFormParameters, getHttpHeaders, getHttpMethod, getInputStream, getMutableHeaders, getPutDecodedFormParameters, getPutFormParameters, getRemoteAddress, getRemoteHost, mapEquals, removeAttribute, setAttribute, setHttpMethod, setInputStream, wasForwarded 
- 
Methods inherited from class org.jboss.resteasy.plugins.server.BaseHttpRequest
getUri, isInitial, setRequestUri, setRequestUri 
 - 
 
 - 
 
- 
- 
Field Detail
- 
response
protected javax.servlet.http.HttpServletResponse response
 
- 
asynchronousContext
protected ResteasyAsynchronousContext asynchronousContext
 
- 
asyncScheduler
protected ScheduledExecutorService asyncScheduler
 
 - 
 
- 
Constructor Detail
- 
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 Detail
- 
getAsyncContext
public ResteasyAsynchronousContext getAsyncContext()
- Specified by:
 getAsyncContextin interfaceHttpRequest- Overrides:
 getAsyncContextin classHttpServletInputMessage
 
 - 
 
 -