Uses of Class
org.jboss.resteasy.core.SynchronousDispatcher
Package
Description
-
Uses of SynchronousDispatcher in org.jboss.resteasy.core
Modifier and TypeFieldDescriptionprotected SynchronousDispatcher
AbstractAsynchronousResponse.dispatcher
protected SynchronousDispatcher
AbstractExecutionContext.dispatcher
protected SynchronousDispatcher
AsyncResponseConsumer.dispatcher
ModifierConstructorDescriptionprotected
AbstractAsynchronousResponse
(SynchronousDispatcher dispatcher, HttpRequest request, HttpResponse response) protected
AbstractExecutionContext
(SynchronousDispatcher dispatcher, HttpRequest request, HttpResponse response) SynchronousAsynchronousResponse
(SynchronousDispatcher dispatcher, HttpRequest request, HttpResponse response) SynchronousExecutionContext
(SynchronousDispatcher dispatcher, HttpRequest request, HttpResponse response) -
Uses of SynchronousDispatcher in org.jboss.resteasy.plugins.server.netty
Modifier and TypeFieldDescriptionprotected SynchronousDispatcher
NettyHttpRequest.dispatcher
protected final SynchronousDispatcher
RequestDispatcher.dispatcher
ModifierConstructorDescriptionNettyHttpRequest
(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, String protocol) RestEasyHttpRequestDecoder
(SynchronousDispatcher dispatcher, String servletMappingPrefix, RestEasyHttpRequestDecoder.Protocol protocol) Deprecated. -
Uses of SynchronousDispatcher in org.jboss.resteasy.plugins.server.netty.cdi
ModifierConstructorDescriptionCdiRequestDispatcher
(SynchronousDispatcher dispatcher, ResteasyProviderFactory providerFactory, SecurityDomain domain) CdiRequestDispatcher
(SynchronousDispatcher dispatcher, ResteasyProviderFactory providerFactory, SecurityDomain domain, jakarta.enterprise.inject.Instance<Object> cdi) -
Uses of SynchronousDispatcher in org.jboss.resteasy.plugins.server.servlet
Modifier and TypeFieldDescriptionprotected SynchronousDispatcher
HttpServletInputMessage.dispatcher
ModifierConstructorDescriptionHttpServletInputMessage
(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse servletResponse, jakarta.servlet.ServletContext servletContext, HttpResponse httpResponse, ResteasyHttpHeaders httpHeaders, ResteasyUriInfo uri, String httpMethod, SynchronousDispatcher dispatcher) Servlet3AsyncHttpRequest
(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.ServletContext servletContext, HttpResponse httpResponse, ResteasyHttpHeaders httpHeaders, ResteasyUriInfo uriInfo, String s, SynchronousDispatcher synchronousDispatcher) -
Uses of SynchronousDispatcher in org.jboss.resteasy.plugins.server.sun.http
ModifierConstructorDescriptionHttpServerRequest
(SynchronousDispatcher dispatcher, HttpResponse httpResponse, HttpExchange exchange) -
Uses of SynchronousDispatcher in org.jboss.resteasy.plugins.server.vertx
Modifier and TypeFieldDescriptionprotected final SynchronousDispatcher
RequestDispatcher.dispatcher
protected SynchronousDispatcher
VertxHttpRequest.dispatcher
ModifierConstructorDescriptionRequestDispatcher
(SynchronousDispatcher dispatcher, ResteasyProviderFactory providerFactory, SecurityDomain domain) VertxHttpRequest
(io.vertx.core.Context context, io.vertx.core.http.HttpServerRequest request, ResteasyUriInfo uri, SynchronousDispatcher dispatcher, VertxHttpResponse response, boolean is100ContinueExpected)