Modifier and Type | Method and Description |
---|---|
void |
SubscriptionResource.post(HttpHeaders headers,
byte[] content) |
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,
ResteasyUriInfo 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,
ResteasyUriInfo uriInfo,
HttpResponse httpResponse,
javax.servlet.http.HttpServletResponse httpServletResponse) |
protected HttpRequest |
HttpServletDispatcher.createHttpRequest(String httpMethod,
javax.servlet.http.HttpServletRequest request,
HttpHeaders headers,
ResteasyUriInfo uriInfo,
HttpResponse theResponse,
javax.servlet.http.HttpServletResponse response) |
HttpRequest |
Filter30Dispatcher.createResteasyHttpRequest(String httpMethod,
javax.servlet.http.HttpServletRequest httpServletRequest,
HttpHeaders httpHeaders,
ResteasyUriInfo uriInfo,
HttpResponse httpResponse,
javax.servlet.http.HttpServletResponse httpServletResponse) |
HttpRequest |
HttpServletDispatcher.createResteasyHttpRequest(String httpMethod,
javax.servlet.http.HttpServletRequest request,
HttpHeaders headers,
ResteasyUriInfo uriInfo,
HttpResponse theResponse,
javax.servlet.http.HttpServletResponse response) |
HttpRequest |
HttpRequestFactory.createResteasyHttpRequest(String httpMethod,
javax.servlet.http.HttpServletRequest request,
HttpHeaders headers,
ResteasyUriInfo uriInfo,
HttpResponse theResponse,
javax.servlet.http.HttpServletResponse response) |
HttpRequest |
FilterDispatcher.createResteasyHttpRequest(String httpMethod,
javax.servlet.http.HttpServletRequest request,
HttpHeaders headers,
ResteasyUriInfo uriInfo,
HttpResponse theResponse,
javax.servlet.http.HttpServletResponse response) |
Constructor and Description |
---|
HttpServletInputMessage(javax.servlet.http.HttpServletRequest request,
HttpResponse httpResponse,
HttpHeaders httpHeaders,
ResteasyUriInfo uri,
String httpMethod,
SynchronousDispatcher dispatcher) |
Servlet3AsyncHttpRequest(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse response,
HttpResponse httpResponse,
HttpHeaders httpHeaders,
ResteasyUriInfo uriInfo,
String s,
SynchronousDispatcher synchronousDispatcher) |
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 | Field and Description |
---|---|
protected HttpHeaders |
TokenManagement.headers |
Modifier and Type | Method and Description |
---|---|
String |
JaxrsOAuthClient.getBearerToken(UriInfo uriInfo,
HttpHeaders headers) |
Modifier and Type | Class and Description |
---|---|
class |
HttpHeadersImpl |
Modifier and Type | Method and Description |
---|---|
HttpHeaders |
HttpRequest.getHttpHeaders() |
Modifier and Type | Method and Description |
---|---|
HttpHeaders |
DelegatingHttpRequest.getHttpHeaders() |
Copyright © 2013. All Rights Reserved.