public class JBossWebAsyncHttpRequest extends HttpServletInputMessage
Modifier and Type | Field and Description |
---|---|
protected org.jboss.servlet.http.HttpEvent |
event |
asynchronousResponse, decodedFormParameters, dispatcher, formParameters, httpHeaders, httpMethod, httpResponse, latch, overridenStream, preProcessedPath, request, suspended, suspendTimeout, uri
Constructor and Description |
---|
JBossWebAsyncHttpRequest(javax.servlet.http.HttpServletRequest httpServletRequest,
HttpResponse httpResponse,
HttpHeaders httpHeaders,
UriInfo uriInfo,
String httpMethodName,
SynchronousDispatcher synchronousDispatcher,
org.jboss.servlet.http.HttpEvent event) |
Modifier and Type | Method and Description |
---|---|
AsynchronousResponse |
createAsynchronousResponse(long l)
This method will create an asynchronous response and prepare the
request to be issued asynchronously
|
void |
initialRequestThreadFinished()
Callback by the initial calling thread.
|
getAsynchronousResponse, getAttribute, getDecodedFormParameters, getFormParameters, getHttpHeaders, getHttpMethod, getInputStream, getPreprocessedPath, getPutDecodedFormParameters, getPutFormParameters, getUri, isInitial, isSuspended, isTimeout, mapEquals, removeAttribute, setAttribute, setInputStream, setPreprocessedPath
public JBossWebAsyncHttpRequest(javax.servlet.http.HttpServletRequest httpServletRequest, HttpResponse httpResponse, HttpHeaders httpHeaders, UriInfo uriInfo, String httpMethodName, SynchronousDispatcher synchronousDispatcher, org.jboss.servlet.http.HttpEvent event)
public void initialRequestThreadFinished()
HttpRequest
initialRequestThreadFinished
in interface HttpRequest
initialRequestThreadFinished
in class HttpServletInputMessage
public AsynchronousResponse createAsynchronousResponse(long l)
HttpRequest
createAsynchronousResponse
in interface HttpRequest
createAsynchronousResponse
in class HttpServletInputMessage
Copyright © 2013. All Rights Reserved.