Modifier and Type | Class and Description |
---|---|
class |
AsynchronousDispatcher |
Modifier and Type | Field and Description |
---|---|
protected SynchronousDispatcher |
BaseHttpRequest.dispatcher |
Constructor and Description |
---|
BaseHttpRequest(SynchronousDispatcher dispatcher) |
Modifier and Type | Field and Description |
---|---|
protected SynchronousDispatcher |
NettyHttpRequest.dispatcher |
protected SynchronousDispatcher |
RequestDispatcher.dispatcher |
Modifier and Type | Method and Description |
---|---|
SynchronousDispatcher |
RequestDispatcher.getDispatcher() |
Constructor and Description |
---|
NettyHttpRequest(HttpHeaders httpHeaders,
UriInfo 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,
HttpHeaders httpHeaders,
UriInfo uri,
String httpMethod,
SynchronousDispatcher dispatcher) |
Servlet3AsyncHttpRequest(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse response,
HttpResponse httpResponse,
HttpHeaders httpHeaders,
UriInfo uriInfo,
String s,
SynchronousDispatcher synchronousDispatcher) |
Constructor and Description |
---|
HttpServerRequest(SynchronousDispatcher dispatcher,
HttpResponse httpResponse,
com.sun.net.httpserver.HttpExchange exchange) |
Modifier and Type | Field and Description |
---|---|
protected SynchronousDispatcher |
ResteasyHandlerAdapter.dispatcher |
Modifier and Type | Method and Description |
---|---|
SynchronousDispatcher |
ResteasyView.getDispatcher() |
SynchronousDispatcher |
ResteasyNoResourceFoundView.getDispatcher() |
SynchronousDispatcher |
ResteasyHandlerMapping.getDispatcher() |
Modifier and Type | Method and Description |
---|---|
void |
ResteasyView.setDispatcher(SynchronousDispatcher dispatcher) |
void |
ResteasyNoResourceFoundView.setDispatcher(SynchronousDispatcher dispatcher) |
Constructor and Description |
---|
ResteasyHandlerAdapter(SynchronousDispatcher dispatcher) |
ResteasyHandlerMapping(SynchronousDispatcher dispatcher) |
ResteasyView(String contentType,
SynchronousDispatcher dispatcher) |
Copyright © 2014. All Rights Reserved.