public class Servlet3AsyncHttpRequest extends HttpServletInputMessage
Modifier and Type | Field and Description |
---|---|
protected ResteasyAsynchronousContext |
asynchronousContext |
protected 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,
String s,
SynchronousDispatcher synchronousDispatcher) |
Modifier and Type | Method and Description |
---|---|
ResteasyAsynchronousContext |
getAsyncContext() |
forward, getAttribute, getAttributeNames, getDecodedFormParameters, getFormParameters, getHttpHeaders, getHttpMethod, getInputStream, getMutableHeaders, getPutDecodedFormParameters, getPutFormParameters, removeAttribute, setAttribute, setHttpMethod, setInputStream, wasForwarded
getUri, isInitial, setRequestUri, setRequestUri
protected javax.servlet.http.HttpServletResponse response
protected ResteasyAsynchronousContext asynchronousContext
protected ScheduledExecutorService asyncScheduler
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)
public ResteasyAsynchronousContext getAsyncContext()
getAsyncContext
in interface HttpRequest
getAsyncContext
in class HttpServletInputMessage
Copyright © 2014. All Rights Reserved.