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, wasForwarded
decodedFormParameters, 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, wasForwarded
getUri, isInitial, setRequestUri, setRequestUri
protected 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 HttpRequest
getAsyncContext
in class HttpServletInputMessage
Copyright © 2021 JBoss by Red Hat. All rights reserved.