Modifier and Type | Class and Description |
---|---|
class |
AsynchronousDispatcher |
Modifier and Type | Field and Description |
---|---|
protected SynchronousDispatcher |
AbstractAsynchronousResponse.dispatcher |
protected SynchronousDispatcher |
AbstractExecutionContext.dispatcher |
protected SynchronousDispatcher |
AsyncResponseConsumer.dispatcher |
Constructor and Description |
---|
AbstractAsynchronousResponse(SynchronousDispatcher dispatcher,
HttpRequest request,
HttpResponse response) |
AbstractExecutionContext(SynchronousDispatcher dispatcher,
HttpRequest request,
HttpResponse response) |
SynchronousAsynchronousResponse(SynchronousDispatcher dispatcher,
HttpRequest request,
HttpResponse response) |
SynchronousExecutionContext(SynchronousDispatcher dispatcher,
HttpRequest request,
HttpResponse response) |
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(io.netty.channel.ChannelHandlerContext ctx,
ResteasyHttpHeaders httpHeaders,
ResteasyUriInfo uri,
String httpMethod,
SynchronousDispatcher dispatcher,
NettyHttpResponse response,
boolean is100ContinueExpected) |
RequestDispatcher(SynchronousDispatcher dispatcher,
ResteasyProviderFactory providerFactory,
SecurityDomain domain) |
RestEasyHttpRequestDecoder(SynchronousDispatcher dispatcher,
String servletMappingPrefix,
RestEasyHttpRequestDecoder.Protocol protocol) |
Constructor and Description |
---|
CdiRequestDispatcher(SynchronousDispatcher dispatcher,
ResteasyProviderFactory providerFactory,
SecurityDomain domain) |
CdiRequestDispatcher(SynchronousDispatcher dispatcher,
ResteasyProviderFactory providerFactory,
SecurityDomain domain,
javax.enterprise.inject.Instance<Object> cdi) |
Modifier and Type | Field and Description |
---|---|
protected SynchronousDispatcher |
HttpServletInputMessage.dispatcher |
Constructor and Description |
---|
HttpServletInputMessage(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse servletResponse,
javax.servlet.ServletContext servletContext,
HttpResponse httpResponse,
ResteasyHttpHeaders httpHeaders,
ResteasyUriInfo uri,
String httpMethod,
SynchronousDispatcher dispatcher) |
Servlet3AsyncHttpRequest(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse response,
javax.servlet.ServletContext servletContext,
HttpResponse httpResponse,
ResteasyHttpHeaders httpHeaders,
ResteasyUriInfo uriInfo,
String s,
SynchronousDispatcher synchronousDispatcher) |
Modifier and Type | Field and Description |
---|---|
protected SynchronousDispatcher |
HttpServerRequest.dispatcher |
Constructor and Description |
---|
HttpServerRequest(SynchronousDispatcher dispatcher,
HttpResponse httpResponse,
com.sun.net.httpserver.HttpExchange exchange) |
Modifier and Type | Field and Description |
---|---|
protected SynchronousDispatcher |
VertxHttpRequest.dispatcher |
protected SynchronousDispatcher |
RequestDispatcher.dispatcher |
Modifier and Type | Method and Description |
---|---|
SynchronousDispatcher |
RequestDispatcher.getDispatcher() |
Constructor and Description |
---|
RequestDispatcher(SynchronousDispatcher dispatcher,
ResteasyProviderFactory providerFactory,
SecurityDomain domain) |
VertxHttpRequest(io.vertx.core.Context context,
ResteasyHttpHeaders httpHeaders,
ResteasyUriInfo uri,
String httpMethod,
SynchronousDispatcher dispatcher,
VertxHttpResponse response,
boolean is100ContinueExpected) |
Modifier and Type | Method and Description |
---|---|
SynchronousDispatcher |
ResteasyHandlerMapping.getDispatcher() |
Copyright © 2019 JBoss by Red Hat. All rights reserved.