Package | Description |
---|---|
org.jboss.resteasy.core | |
org.jboss.resteasy.plugins.server | |
org.jboss.resteasy.plugins.server.servlet |
Modifier and Type | Class and Description |
---|---|
class |
AsynchronousDispatcher |
Modifier and Type | Field and Description |
---|---|
protected SynchronousDispatcher |
AbstractAsynchronousResponse.dispatcher |
protected SynchronousDispatcher |
AbstractExecutionContext.dispatcher |
Constructor and Description |
---|
AbstractAsynchronousResponse(SynchronousDispatcher dispatcher,
HttpRequest request,
HttpResponse response) |
AbstractExecutionContext(SynchronousDispatcher dispatcher,
HttpRequest request,
HttpResponse response) |
SynchronousExecutionContext.SynchronousAsynchronousResponse(SynchronousDispatcher dispatcher,
HttpRequest request,
HttpResponse response) |
SynchronousExecutionContext(SynchronousDispatcher dispatcher,
HttpRequest request,
HttpResponse response) |
Modifier and Type | Field and Description |
---|---|
protected SynchronousDispatcher |
BaseHttpRequest.dispatcher |
Constructor and Description |
---|
BaseHttpRequest(SynchronousDispatcher dispatcher) |
Modifier and Type | Field and Description |
---|---|
protected SynchronousDispatcher |
HttpServletInputMessage.dispatcher |
Constructor and Description |
---|
HttpServletInputMessage(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse servletResponse,
javax.servlet.ServletContext servletContext,
HttpResponse httpResponse,
ResteasyHttpHeaders httpHeaders,
ResteasyUriInfo uri,
String httpMethod,
SynchronousDispatcher dispatcher) |
Copyright © 2014. All Rights Reserved.