public class Servlet3AsyncHttpRequest extends HttpServletInputMessage
| Modifier and Type | Field and Description |
|---|---|
protected ResteasyAsynchronousContext |
asynchronousContext |
protected ScheduledExecutorService |
asyncScheduler |
protected HttpServletResponse |
response |
dispatcher, executionContext, httpHeaders, httpMethod, httpResponse, overridenStream, request, servletContext, servletResponse, wasForwardeddecodedFormParameters, formParameters, uri| Constructor and Description |
|---|
Servlet3AsyncHttpRequest(HttpServletRequest httpServletRequest,
HttpServletResponse response,
ServletContext servletContext,
HttpResponse httpResponse,
ResteasyHttpHeaders httpHeaders,
ResteasyUriInfo uriInfo,
String s,
SynchronousDispatcher synchronousDispatcher) |
| Modifier and Type | Method and Description |
|---|---|
ResteasyAsynchronousContext |
getAsyncContext() |
formParametersRead, forward, getAttribute, getAttributeNames, getDecodedFormParameters, getFormParameters, getHttpHeaders, getHttpMethod, getInputStream, getMutableHeaders, getPutDecodedFormParameters, getPutFormParameters, mapEquals, removeAttribute, setAttribute, setHttpMethod, setInputStream, wasForwardedgetUri, isInitial, setRequestUri, setRequestUriprotected HttpServletResponse response
protected ResteasyAsynchronousContext asynchronousContext
protected ScheduledExecutorService asyncScheduler
public Servlet3AsyncHttpRequest(HttpServletRequest httpServletRequest, HttpServletResponse response, ServletContext servletContext, HttpResponse httpResponse, ResteasyHttpHeaders httpHeaders, ResteasyUriInfo uriInfo, String s, SynchronousDispatcher synchronousDispatcher)
public ResteasyAsynchronousContext getAsyncContext()
getAsyncContext in interface HttpRequestgetAsyncContext in class HttpServletInputMessageCopyright © 2018 JBoss by Red Hat. All rights reserved.