Uses of Class
org.jboss.resteasy.core.SynchronousDispatcher
Packages that use SynchronousDispatcher
-
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
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.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
(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)