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.dispatcherprotected SynchronousDispatcherAsyncResponseConsumer.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(HttpServletRequest request, HttpServletResponse servletResponse, ServletContext servletContext, HttpResponse httpResponse, ResteasyHttpHeaders httpHeaders, ResteasyUriInfo uri, String httpMethod, SynchronousDispatcher dispatcher) Servlet3AsyncHttpRequest(HttpServletRequest httpServletRequest, HttpServletResponse response, ServletContext servletContext, HttpResponse httpResponse, ResteasyHttpHeaders httpHeaders, ResteasyUriInfo uriInfo, String s, SynchronousDispatcher synchronousDispatcher)