| Package | Description |
|---|---|
| org.jboss.resteasy.mock | |
| org.jboss.resteasy.plugins.server.servlet | |
| org.jboss.resteasy.specimpl | |
| org.jboss.resteasy.spi | |
| org.jboss.resteasy.util |
| Modifier and Type | Method and Description |
|---|---|
HttpHeaders |
MockHttpRequest.getHttpHeaders() |
| 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 |
HttpServletDispatcher.createHttpRequest(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) |
HttpRequest |
HttpRequestFactory.createResteasyHttpRequest(String httpMethod,
javax.servlet.http.HttpServletRequest request,
HttpHeaders headers,
UriInfoImpl uriInfo,
HttpResponse theResponse,
javax.servlet.http.HttpServletResponse response) |
HttpRequest |
HttpServletDispatcher.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) |
| 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 |
DelegatingHttpRequest.getHttpHeaders() |
HttpHeaders |
HttpRequestImpl.getHttpHeaders() |
| Constructor and Description |
|---|
HttpRequestImpl(InputStream inputStream,
HttpHeaders httpHeaders,
String httpMethod,
UriInfo uri) |
Copyright © 2014. All Rights Reserved.