Class Servlet3AsyncHttpRequest
java.lang.Object
org.jboss.resteasy.plugins.server.BaseHttpRequest
org.jboss.resteasy.plugins.server.servlet.HttpServletInputMessage
org.jboss.resteasy.plugins.server.servlet.Servlet3AsyncHttpRequest
-
Field Summary
Modifier and TypeFieldDescriptionprotected ResteasyAsynchronousContext
protected jakarta.servlet.http.HttpServletResponse
Fields inherited from class org.jboss.resteasy.plugins.server.servlet.HttpServletInputMessage
dispatcher, executionContext, httpHeaders, httpMethod, httpResponse, overridenStream, request, servletContext, servletResponse, wasForwarded
Fields inherited from class org.jboss.resteasy.plugins.server.BaseHttpRequest
decodedFormParameters, formParameters, uri
-
Constructor Summary
ConstructorDescriptionServlet3AsyncHttpRequest
(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.ServletContext servletContext, HttpResponse httpResponse, ResteasyHttpHeaders httpHeaders, ResteasyUriInfo uriInfo, String s, SynchronousDispatcher synchronousDispatcher) -
Method Summary
Methods inherited from class org.jboss.resteasy.plugins.server.servlet.HttpServletInputMessage
formParametersRead, forward, getAttribute, getAttributeNames, getDecodedFormParameters, getFormEntityPart, getFormEntityParts, getFormParameters, getHttpHeaders, getHttpMethod, getInputStream, getMutableHeaders, getPutDecodedFormParameters, getPutFormParameters, getRemoteAddress, getRemoteHost, mapEquals, removeAttribute, setAttribute, setHttpMethod, setInputStream, wasForwarded
Methods inherited from class org.jboss.resteasy.plugins.server.BaseHttpRequest
getUri, isInitial, setRequestUri, setRequestUri
-
Field Details
-
response
protected jakarta.servlet.http.HttpServletResponse response -
asynchronousContext
-
-
Constructor Details
-
Servlet3AsyncHttpRequest
public Servlet3AsyncHttpRequest(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.ServletContext servletContext, HttpResponse httpResponse, ResteasyHttpHeaders httpHeaders, ResteasyUriInfo uriInfo, String s, SynchronousDispatcher synchronousDispatcher)
-
-
Method Details
-
getAsyncContext
- Specified by:
getAsyncContext
in interfaceHttpRequest
- Overrides:
getAsyncContext
in classHttpServletInputMessage
-