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
Deprecated, for removal: This API element is subject to removal in a future version.protected final SynchronousDispatcher
RequestDispatcher.dispatcher
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.jboss.resteasy.plugins.server.netty that return SynchronousDispatcherModifier and TypeMethodDescriptionRequestDispatcher.getDispatcher()
Deprecated, for removal: This API element is subject to removal in a future version.Constructors 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) Deprecated, for removal: This API element is subject to removal in a future version.RequestDispatcher
(SynchronousDispatcher dispatcher, ResteasyProviderFactory providerFactory, SecurityDomain domain) Deprecated, for removal: This API element is subject to removal in a future version.RestEasyHttpRequestDecoder
(SynchronousDispatcher dispatcher, String servletMappingPrefix, String protocol) Deprecated, for removal: This API element is subject to removal in a future version.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) Deprecated, for removal: This API element is subject to removal in a future version.CdiRequestDispatcher
(SynchronousDispatcher dispatcher, ResteasyProviderFactory providerFactory, SecurityDomain domain, jakarta.enterprise.inject.Instance<Object> cdi) Deprecated, for removal: This API element is subject to removal in a future version. -
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
Deprecated, for removal: This API element is subject to removal in a future version.protected SynchronousDispatcher
VertxHttpRequest.dispatcher
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.jboss.resteasy.plugins.server.vertx that return SynchronousDispatcherModifier and TypeMethodDescriptionRequestDispatcher.getDispatcher()
Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.jboss.resteasy.plugins.server.vertx with parameters of type SynchronousDispatcherModifierConstructorDescriptionRequestDispatcher
(SynchronousDispatcher dispatcher, ResteasyProviderFactory providerFactory, SecurityDomain domain) Deprecated, for removal: This API element is subject to removal in a future version.VertxHttpRequest
(io.vertx.core.Context context, io.vertx.core.http.HttpServerRequest request, ResteasyUriInfo uri, SynchronousDispatcher dispatcher, VertxHttpResponse response, boolean is100ContinueExpected) Deprecated, for removal: This API element is subject to removal in a future version.