public class Servlet3AsyncHttpRequest extends HttpServletInputMessage
| Modifier and Type | Field and Description |
|---|---|
protected ResteasyAsynchronousContext |
asynchronousContext |
protected javax.servlet.http.HttpServletResponse |
response |
decodedFormParameters, dispatcher, executionContext, formParameters, httpHeaders, httpMethod, httpResponse, overridenStream, request, uri| Constructor and Description |
|---|
Servlet3AsyncHttpRequest(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse response,
HttpResponse httpResponse,
ResteasyHttpHeaders httpHeaders,
ResteasyUriInfo uriInfo,
String s,
SynchronousDispatcher synchronousDispatcher) |
| Modifier and Type | Method and Description |
|---|---|
ResteasyAsynchronousContext |
getAsyncContext() |
getAttribute, getAttributeNames, getDecodedFormParameters, getFormParameters, getHttpHeaders, getHttpMethod, getInputStream, getMutableHeaders, getPutDecodedFormParameters, getPutFormParameters, getUri, isInitial, removeAttribute, setAttribute, setHttpMethod, setInputStream, setRequestUri, setRequestUriprotected javax.servlet.http.HttpServletResponse response
protected ResteasyAsynchronousContext asynchronousContext
public Servlet3AsyncHttpRequest(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse response,
HttpResponse httpResponse,
ResteasyHttpHeaders httpHeaders,
ResteasyUriInfo uriInfo,
String s,
SynchronousDispatcher synchronousDispatcher)
public ResteasyAsynchronousContext getAsyncContext()
getAsyncContext in interface HttpRequestgetAsyncContext in class HttpServletInputMessageCopyright © 2013. All rights reserved.