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, setPreprocessedPathpublic 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()
HttpRequestinitialRequestThreadFinished in interface HttpRequestinitialRequestThreadFinished in class HttpServletInputMessagepublic AsynchronousResponse createAsynchronousResponse(long l)
HttpRequestcreateAsynchronousResponse in interface HttpRequestcreateAsynchronousResponse in class HttpServletInputMessageCopyright © 2013. All Rights Reserved.