Uses of Class
org.jboss.resteasy.core.SynchronousDispatcher
Packages that use SynchronousDispatcher
Package
Description
-
Uses of SynchronousDispatcher in org.jboss.resteasy.core
Subclasses of SynchronousDispatcher in org.jboss.resteasy.coreFields in org.jboss.resteasy.core declared as SynchronousDispatcherModifier and TypeFieldDescriptionprotected SynchronousDispatcher
AbstractAsynchronousResponse.dispatcher
protected SynchronousDispatcher
AbstractExecutionContext.dispatcher
protected SynchronousDispatcher
AsyncResponseConsumer.dispatcher
Constructors in org.jboss.resteasy.core with parameters of type SynchronousDispatcherModifierConstructorDescriptionprotected
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
Fields in org.jboss.resteasy.plugins.server.netty declared as SynchronousDispatcherModifier and TypeFieldDescriptionprotected SynchronousDispatcher
NettyHttpRequest.dispatcher
protected final SynchronousDispatcher
RequestDispatcher.dispatcher
Methods in org.jboss.resteasy.plugins.server.netty that return SynchronousDispatcherConstructors in org.jboss.resteasy.plugins.server.netty with parameters of type SynchronousDispatcherModifierConstructorDescriptionNettyHttpRequest
(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
Constructors in org.jboss.resteasy.plugins.server.netty.cdi with parameters of type SynchronousDispatcherModifierConstructorDescriptionCdiRequestDispatcher
(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
Fields in org.jboss.resteasy.plugins.server.servlet declared as SynchronousDispatcherModifier and TypeFieldDescriptionprotected SynchronousDispatcher
HttpServletInputMessage.dispatcher
Constructors in org.jboss.resteasy.plugins.server.servlet with parameters of type SynchronousDispatcherModifierConstructorDescriptionHttpServletInputMessage
(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
Fields in org.jboss.resteasy.plugins.server.sun.http declared as SynchronousDispatcherConstructors in org.jboss.resteasy.plugins.server.sun.http with parameters of type SynchronousDispatcherModifierConstructorDescriptionHttpServerRequest
(SynchronousDispatcher dispatcher, HttpResponse httpResponse, HttpExchange exchange) -
Uses of SynchronousDispatcher in org.jboss.resteasy.plugins.server.vertx
Fields in org.jboss.resteasy.plugins.server.vertx declared as SynchronousDispatcherModifier and TypeFieldDescriptionprotected final SynchronousDispatcher
RequestDispatcher.dispatcher
protected SynchronousDispatcher
VertxHttpRequest.dispatcher
Methods in org.jboss.resteasy.plugins.server.vertx that return SynchronousDispatcherConstructors in org.jboss.resteasy.plugins.server.vertx with parameters of type SynchronousDispatcherModifierConstructorDescriptionRequestDispatcher
(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)