Uses of Class
org.jboss.resteasy.core.SynchronousDispatcher
-
-
Uses of SynchronousDispatcher in org.jboss.resteasy.core
Subclasses of SynchronousDispatcher in org.jboss.resteasy.core Modifier and Type Class Description classAsynchronousDispatcherFields in org.jboss.resteasy.core declared as SynchronousDispatcher Modifier and Type Field Description protected SynchronousDispatcherAbstractAsynchronousResponse. dispatcherprotected SynchronousDispatcherAbstractExecutionContext. dispatcherprotected SynchronousDispatcherAsyncResponseConsumer. dispatcherConstructors in org.jboss.resteasy.core with parameters of type SynchronousDispatcher Constructor 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) -
Uses of SynchronousDispatcher in org.jboss.resteasy.plugins.server.netty
Fields in org.jboss.resteasy.plugins.server.netty declared as SynchronousDispatcher Modifier and Type Field Description protected SynchronousDispatcherNettyHttpRequest. dispatcherprotected SynchronousDispatcherRequestDispatcher. dispatcherMethods in org.jboss.resteasy.plugins.server.netty that return SynchronousDispatcher Modifier and Type Method Description SynchronousDispatcherRequestDispatcher. getDispatcher()Constructors in org.jboss.resteasy.plugins.server.netty with parameters of type SynchronousDispatcher Constructor 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) -
Uses of SynchronousDispatcher in org.jboss.resteasy.plugins.server.netty.cdi
Constructors in org.jboss.resteasy.plugins.server.netty.cdi with parameters of type SynchronousDispatcher Constructor Description CdiRequestDispatcher(SynchronousDispatcher dispatcher, ResteasyProviderFactory providerFactory, SecurityDomain domain)CdiRequestDispatcher(SynchronousDispatcher dispatcher, ResteasyProviderFactory providerFactory, SecurityDomain domain, javax.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 SynchronousDispatcher Modifier and Type Field Description protected SynchronousDispatcherHttpServletInputMessage. dispatcherConstructors in org.jboss.resteasy.plugins.server.servlet with parameters of type SynchronousDispatcher Constructor 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) -
Uses of SynchronousDispatcher in org.jboss.resteasy.plugins.server.sun.http
Fields in org.jboss.resteasy.plugins.server.sun.http declared as SynchronousDispatcher Modifier and Type Field Description protected SynchronousDispatcherHttpServerRequest. dispatcherConstructors in org.jboss.resteasy.plugins.server.sun.http with parameters of type SynchronousDispatcher Constructor Description HttpServerRequest(SynchronousDispatcher dispatcher, HttpResponse httpResponse, com.sun.net.httpserver.HttpExchange exchange) -
Uses of SynchronousDispatcher in org.jboss.resteasy.plugins.server.vertx
Fields in org.jboss.resteasy.plugins.server.vertx declared as SynchronousDispatcher Modifier and Type Field Description protected SynchronousDispatcherRequestDispatcher. dispatcherprotected SynchronousDispatcherVertxHttpRequest. dispatcherMethods in org.jboss.resteasy.plugins.server.vertx that return SynchronousDispatcher Modifier and Type Method Description SynchronousDispatcherRequestDispatcher. getDispatcher()Constructors in org.jboss.resteasy.plugins.server.vertx with parameters of type SynchronousDispatcher Constructor Description RequestDispatcher(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)
-