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, wasForwardeddecodedFormParameters, 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() |
formParametersRead, forward, getAttribute, getAttributeNames, getDecodedFormParameters, getFormParameters, getHttpHeaders, getHttpMethod, getInputStream, getMutableHeaders, getPutDecodedFormParameters, getPutFormParameters, mapEquals, removeAttribute, setAttribute, setHttpMethod, setInputStream, wasForwardedgetUri, isInitial, setRequestUri, setRequestUriprotected 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 HttpRequestgetAsyncContext in class HttpServletInputMessageCopyright © 2021 JBoss by Red Hat. All rights reserved.