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 SynchronousDispatcherAbstractAsynchronousResponse.dispatcherprotected SynchronousDispatcherAbstractExecutionContext.dispatcherConstructors in org.jboss.resteasy.core with parameters of type SynchronousDispatcherModifierConstructorDescriptionprotectedAbstractAsynchronousResponse(SynchronousDispatcher dispatcher, HttpRequest request, HttpResponse response) protectedAbstractExecutionContext(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 SynchronousDispatcherHttpServletInputMessage.dispatcherConstructors 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)