Uses of Class
org.jboss.resteasy.core.SynchronousDispatcher

Packages that use SynchronousDispatcher
org.jboss.resteasy.core   
org.jboss.resteasy.plugins.server   
org.jboss.resteasy.plugins.server.netty   
org.jboss.resteasy.plugins.server.servlet   
org.jboss.resteasy.plugins.server.sun.http   
org.jboss.resteasy.springmvc   
 

Uses of SynchronousDispatcher in org.jboss.resteasy.core
 

Subclasses of SynchronousDispatcher in org.jboss.resteasy.core
 class AsynchronousDispatcher
           
 

Uses of SynchronousDispatcher in org.jboss.resteasy.plugins.server
 

Fields in org.jboss.resteasy.plugins.server declared as SynchronousDispatcher
protected  SynchronousDispatcher BaseHttpRequest.dispatcher
           
 

Constructors in org.jboss.resteasy.plugins.server with parameters of type SynchronousDispatcher
BaseHttpRequest(SynchronousDispatcher dispatcher)
           
 

Uses of SynchronousDispatcher in org.jboss.resteasy.plugins.server.netty
 

Fields in org.jboss.resteasy.plugins.server.netty declared as SynchronousDispatcher
protected  SynchronousDispatcher RequestDispatcher.dispatcher
           
protected  SynchronousDispatcher NettyHttpRequest.dispatcher
           
 

Methods in org.jboss.resteasy.plugins.server.netty that return SynchronousDispatcher
 SynchronousDispatcher RequestDispatcher.getDispatcher()
           
 

Constructors in org.jboss.resteasy.plugins.server.netty with parameters of type SynchronousDispatcher
NettyHttpRequest(HttpHeaders httpHeaders, UriInfo uri, String httpMethod, SynchronousDispatcher dispatcher, NettyHttpResponse httpResponse, boolean is100ContinueExpected)
           
RequestDispatcher(SynchronousDispatcher dispatcher, ResteasyProviderFactory providerFactory, SecurityDomain domain)
           
RestEasyHttpRequestDecoder(SynchronousDispatcher dispatcher, String servletMappingPrefix, org.jboss.resteasy.plugins.server.netty.RestEasyHttpRequestDecoder.Protocol protocol)
           
 

Uses of SynchronousDispatcher in org.jboss.resteasy.plugins.server.servlet
 

Fields in org.jboss.resteasy.plugins.server.servlet declared as SynchronousDispatcher
protected  SynchronousDispatcher HttpServletInputMessage.dispatcher
           
 

Constructors in org.jboss.resteasy.plugins.server.servlet with parameters of type SynchronousDispatcher
HttpServletInputMessage(javax.servlet.http.HttpServletRequest request, HttpResponse httpResponse, HttpHeaders httpHeaders, UriInfo uri, String httpMethod, SynchronousDispatcher dispatcher)
           
JBossWebAsyncHttpRequest(javax.servlet.http.HttpServletRequest httpServletRequest, HttpResponse httpResponse, HttpHeaders httpHeaders, UriInfo uriInfo, String httpMethodName, SynchronousDispatcher synchronousDispatcher, org.jboss.servlet.http.HttpEvent event)
           
Servlet3AsyncHttpRequest(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse response, HttpResponse httpResponse, HttpHeaders httpHeaders, UriInfo uriInfo, String s, SynchronousDispatcher synchronousDispatcher)
           
Tomcat6AsyncHttpRequest(javax.servlet.http.HttpServletRequest httpServletRequest, HttpResponse httpResponse, HttpHeaders httpHeaders, UriInfo uriInfo, String httpMethodName, SynchronousDispatcher synchronousDispatcher, org.apache.catalina.CometEvent event)
           
 

Uses of SynchronousDispatcher in org.jboss.resteasy.plugins.server.sun.http
 

Constructors in org.jboss.resteasy.plugins.server.sun.http with parameters of type SynchronousDispatcher
HttpServerRequest(SynchronousDispatcher dispatcher, HttpResponse httpResponse, com.sun.net.httpserver.HttpExchange exchange)
           
 

Uses of SynchronousDispatcher in org.jboss.resteasy.springmvc
 

Fields in org.jboss.resteasy.springmvc declared as SynchronousDispatcher
protected  SynchronousDispatcher ResteasyHandlerAdapter.dispatcher
           
 

Methods in org.jboss.resteasy.springmvc that return SynchronousDispatcher
 SynchronousDispatcher ResteasyView.getDispatcher()
           
 SynchronousDispatcher ResteasyNoResourceFoundView.getDispatcher()
           
 SynchronousDispatcher ResteasyHandlerMapping.getDispatcher()
           
 

Methods in org.jboss.resteasy.springmvc with parameters of type SynchronousDispatcher
 void ResteasyView.setDispatcher(SynchronousDispatcher dispatcher)
           
 void ResteasyNoResourceFoundView.setDispatcher(SynchronousDispatcher dispatcher)
           
 

Constructors in org.jboss.resteasy.springmvc with parameters of type SynchronousDispatcher
ResteasyHandlerAdapter(SynchronousDispatcher dispatcher)
           
ResteasyHandlerMapping(SynchronousDispatcher dispatcher)
           
ResteasyView(String contentType, SynchronousDispatcher dispatcher)
           
 



Copyright © 2012. All Rights Reserved.