Methods in org.jboss.resteasy.plugins.server.servlet with parameters of type HttpHeaders |
protected HttpRequest |
HttpServlet30Dispatcher.createHttpRequest(java.lang.String httpMethod,
javax.servlet.http.HttpServletRequest httpServletRequest,
HttpHeaders httpHeaders,
UriInfoImpl uriInfo,
HttpResponse httpResponse,
javax.servlet.http.HttpServletResponse httpServletResponse)
|
protected HttpRequest |
Tomcat6CometDispatcherServlet.createHttpRequest(java.lang.String httpMethod,
javax.servlet.http.HttpServletRequest httpServletRequest,
HttpHeaders httpHeaders,
UriInfoImpl uriInfo,
HttpResponse httpResponse,
javax.servlet.http.HttpServletResponse response)
|
protected HttpRequest |
JBossWebDispatcherServlet.createHttpRequest(java.lang.String httpMethod,
javax.servlet.http.HttpServletRequest httpServletRequest,
HttpHeaders httpHeaders,
UriInfoImpl uriInfo,
HttpResponse httpResponse,
javax.servlet.http.HttpServletResponse response)
|
protected HttpRequest |
HttpServletDispatcher.createHttpRequest(java.lang.String httpMethod,
javax.servlet.http.HttpServletRequest request,
HttpHeaders headers,
UriInfoImpl uriInfo,
HttpResponse theResponse,
javax.servlet.http.HttpServletResponse response)
|
HttpRequest |
Filter30Dispatcher.createResteasyHttpRequest(java.lang.String httpMethod,
javax.servlet.http.HttpServletRequest httpServletRequest,
HttpHeaders httpHeaders,
UriInfoImpl uriInfo,
HttpResponse httpResponse,
javax.servlet.http.HttpServletResponse httpServletResponse)
|
HttpRequest |
HttpServletDispatcher.createResteasyHttpRequest(java.lang.String httpMethod,
javax.servlet.http.HttpServletRequest request,
HttpHeaders headers,
UriInfoImpl uriInfo,
HttpResponse theResponse,
javax.servlet.http.HttpServletResponse response)
|
HttpRequest |
HttpRequestFactory.createResteasyHttpRequest(java.lang.String httpMethod,
javax.servlet.http.HttpServletRequest request,
HttpHeaders headers,
UriInfoImpl uriInfo,
HttpResponse theResponse,
javax.servlet.http.HttpServletResponse response)
|
HttpRequest |
FilterDispatcher.createResteasyHttpRequest(java.lang.String httpMethod,
javax.servlet.http.HttpServletRequest request,
HttpHeaders headers,
UriInfoImpl uriInfo,
HttpResponse theResponse,
javax.servlet.http.HttpServletResponse response)
|
Constructors in org.jboss.resteasy.plugins.server.servlet with parameters of type HttpHeaders |
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,
javax.servlet.http.HttpServletResponse response,
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)
|