Modifier and Type | Method and Description |
---|---|
HttpHeaders |
MockHttpRequest.getHttpHeaders() |
Modifier and Type | Field and Description |
---|---|
protected HttpHeaders |
NettyHttpRequest.httpHeaders |
Modifier and Type | Method and Description |
---|---|
static HttpHeaders |
NettyUtil.extractHttpHeaders(org.jboss.netty.handler.codec.http.HttpRequest request) |
HttpHeaders |
NettyHttpRequest.getHttpHeaders() |
Constructor and Description |
---|
NettyHttpRequest(HttpHeaders httpHeaders,
UriInfo uri,
String httpMethod,
SynchronousDispatcher dispatcher,
NettyHttpResponse httpResponse,
boolean is100ContinueExpected) |
Modifier and Type | Field and Description |
---|---|
protected HttpHeaders |
HttpServletInputMessage.httpHeaders |
Modifier and Type | Method and Description |
---|---|
static HttpHeaders |
ServletUtil.extractHttpHeaders(javax.servlet.http.HttpServletRequest request) |
HttpHeaders |
HttpServletInputMessage.getHttpHeaders() |
Modifier and Type | Method and Description |
---|---|
protected HttpRequest |
HttpServlet30Dispatcher.createHttpRequest(String httpMethod,
javax.servlet.http.HttpServletRequest httpServletRequest,
HttpHeaders httpHeaders,
UriInfoImpl uriInfo,
HttpResponse httpResponse,
javax.servlet.http.HttpServletResponse httpServletResponse) |
protected HttpRequest |
Tomcat6CometDispatcherServlet.createHttpRequest(String httpMethod,
javax.servlet.http.HttpServletRequest httpServletRequest,
HttpHeaders httpHeaders,
UriInfoImpl uriInfo,
HttpResponse httpResponse,
javax.servlet.http.HttpServletResponse response) |
protected HttpRequest |
JBossWebDispatcherServlet.createHttpRequest(String httpMethod,
javax.servlet.http.HttpServletRequest httpServletRequest,
HttpHeaders httpHeaders,
UriInfoImpl uriInfo,
HttpResponse httpResponse,
javax.servlet.http.HttpServletResponse response) |
protected HttpRequest |
HttpServletDispatcher.createHttpRequest(String httpMethod,
javax.servlet.http.HttpServletRequest request,
HttpHeaders headers,
UriInfoImpl uriInfo,
HttpResponse theResponse,
javax.servlet.http.HttpServletResponse response) |
HttpRequest |
Filter30Dispatcher.createResteasyHttpRequest(String httpMethod,
javax.servlet.http.HttpServletRequest httpServletRequest,
HttpHeaders httpHeaders,
UriInfoImpl uriInfo,
HttpResponse httpResponse,
javax.servlet.http.HttpServletResponse httpServletResponse) |
HttpRequest |
HttpServletDispatcher.createResteasyHttpRequest(String httpMethod,
javax.servlet.http.HttpServletRequest request,
HttpHeaders headers,
UriInfoImpl uriInfo,
HttpResponse theResponse,
javax.servlet.http.HttpServletResponse response) |
HttpRequest |
HttpRequestFactory.createResteasyHttpRequest(String httpMethod,
javax.servlet.http.HttpServletRequest request,
HttpHeaders headers,
UriInfoImpl uriInfo,
HttpResponse theResponse,
javax.servlet.http.HttpServletResponse response) |
HttpRequest |
FilterDispatcher.createResteasyHttpRequest(String httpMethod,
javax.servlet.http.HttpServletRequest request,
HttpHeaders headers,
UriInfoImpl uriInfo,
HttpResponse theResponse,
javax.servlet.http.HttpServletResponse response) |
Constructor and Description |
---|
HttpServletInputMessage(javax.servlet.http.HttpServletRequest request,
HttpResponse httpResponse,
HttpHeaders httpHeaders,
UriInfo uri,
String httpMethod,
SynchronousDispatcher dispatcher) |
JBossWebAsyncHttpRequest(javax.servlet.http.HttpServletRequest httpServletRequest,
HttpResponse httpResponse,
HttpHeaders httpHeaders,
UriInfo uriInfo,
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,
String s,
SynchronousDispatcher synchronousDispatcher) |
Tomcat6AsyncHttpRequest(javax.servlet.http.HttpServletRequest httpServletRequest,
HttpResponse httpResponse,
HttpHeaders httpHeaders,
UriInfo uriInfo,
String httpMethodName,
SynchronousDispatcher synchronousDispatcher,
org.apache.catalina.CometEvent event) |
Modifier and Type | Field and Description |
---|---|
protected HttpHeaders |
HttpServerRequest.httpHeaders |
Modifier and Type | Method and Description |
---|---|
static HttpHeaders |
HttpExchangeUtil.extractHttpHeaders(com.sun.net.httpserver.HttpExchange request) |
HttpHeaders |
HttpServerRequest.getHttpHeaders() |
Modifier and Type | Class and Description |
---|---|
class |
HttpHeadersImpl |
Modifier and Type | Method and Description |
---|---|
HttpHeaders |
HttpRequest.getHttpHeaders() |
Modifier and Type | Field and Description |
---|---|
protected HttpHeaders |
HttpRequestImpl.httpHeaders |
Modifier and Type | Method and Description |
---|---|
HttpHeaders |
HttpRequestImpl.getHttpHeaders() |
HttpHeaders |
DelegatingHttpRequest.getHttpHeaders() |
Constructor and Description |
---|
HttpRequestImpl(InputStream inputStream,
HttpHeaders httpHeaders,
String httpMethod,
UriInfo uri) |
Copyright © 2013. All Rights Reserved.