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

Packages that use SynchronousDispatcher
org.jboss.resteasy.core   
org.jboss.resteasy.plugins.server.servlet   
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.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, java.lang.String httpMethod, SynchronousDispatcher dispatcher)
           
JBossWebAsyncHttpRequest(javax.servlet.http.HttpServletRequest httpServletRequest, HttpResponse httpResponse, HttpHeaders httpHeaders, UriInfo uriInfo, java.lang.String httpMethodName, SynchronousDispatcher synchronousDispatcher, org.jboss.servlet.http.HttpEvent event)
           
Servlet3AsyncHttpRequest(javax.servlet.http.HttpServletRequest httpServletRequest, HttpResponse httpResponse, HttpHeaders httpHeaders, UriInfo uriInfo, java.lang.String s, SynchronousDispatcher synchronousDispatcher)
           
Tomcat6AsyncHttpRequest(javax.servlet.http.HttpServletRequest httpServletRequest, HttpResponse httpResponse, HttpHeaders httpHeaders, UriInfo uriInfo, java.lang.String httpMethodName, SynchronousDispatcher synchronousDispatcher, CometEvent event)
           
 

Uses of SynchronousDispatcher in org.jboss.resteasy.springmvc
 

Fields in org.jboss.resteasy.springmvc declared as SynchronousDispatcher
protected  SynchronousDispatcher ResteasyWebHandlerTemplate.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(java.lang.String contentType, SynchronousDispatcher dispatcher)
           
ResteasyWebHandlerTemplate(SynchronousDispatcher dispatcher)
           
 



Copyright © 2009. All Rights Reserved.