Modifier and Type | Class and Description |
---|---|
class |
AsynchronousDispatcher |
Modifier and Type | Field and Description |
---|---|
protected SynchronousDispatcher |
AbstractExecutionContext.dispatcher |
protected SynchronousDispatcher |
AbstractAsynchronousResponse.dispatcher |
Constructor and Description |
---|
AbstractAsynchronousResponse(SynchronousDispatcher dispatcher,
HttpRequest request,
HttpResponse response) |
AbstractExecutionContext(SynchronousDispatcher dispatcher,
HttpRequest request,
HttpResponse response) |
SynchronousExecutionContext.SynchronousAsynchronousResponse(SynchronousDispatcher dispatcher,
HttpRequest request,
HttpResponse response) |
SynchronousExecutionContext(SynchronousDispatcher dispatcher,
HttpRequest request,
HttpResponse response) |
Modifier and Type | Field and Description |
---|---|
protected SynchronousDispatcher |
BaseHttpRequest.dispatcher |
Constructor and Description |
---|
BaseHttpRequest(SynchronousDispatcher dispatcher) |
Modifier and Type | Field and Description |
---|---|
protected SynchronousDispatcher |
RequestDispatcher.dispatcher |
protected SynchronousDispatcher |
NettyHttpRequest.dispatcher |
Modifier and Type | Method and Description |
---|---|
SynchronousDispatcher |
RequestDispatcher.getDispatcher() |
Constructor and Description |
---|
NettyHttpRequest(ResteasyHttpHeaders httpHeaders,
ResteasyUriInfo uri,
String httpMethod,
SynchronousDispatcher dispatcher,
NettyHttpResponse httpResponse,
boolean is100ContinueExpected) |
RequestDispatcher(SynchronousDispatcher dispatcher,
ResteasyProviderFactory providerFactory,
SecurityDomain domain) |
RestEasyHttpRequestDecoder(SynchronousDispatcher dispatcher,
String servletMappingPrefix,
RestEasyHttpRequestDecoder.Protocol protocol) |
Modifier and Type | Field and Description |
---|---|
protected SynchronousDispatcher |
HttpServletInputMessage.dispatcher |
Constructor and Description |
---|
HttpServletInputMessage(javax.servlet.http.HttpServletRequest request,
HttpResponse httpResponse,
ResteasyHttpHeaders httpHeaders,
ResteasyUriInfo uri,
String httpMethod,
SynchronousDispatcher dispatcher) |
Servlet3AsyncHttpRequest(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse response,
HttpResponse httpResponse,
ResteasyHttpHeaders httpHeaders,
ResteasyUriInfo uriInfo,
String s,
SynchronousDispatcher synchronousDispatcher) |
Constructor and Description |
---|
HttpServerRequest(SynchronousDispatcher dispatcher,
HttpResponse httpResponse,
com.sun.net.httpserver.HttpExchange exchange) |
Modifier and Type | Method and Description |
---|---|
SynchronousDispatcher |
ResteasyHandlerMapping.getDispatcher() |
Copyright © 2013. All Rights Reserved.