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 | Field and Description |
---|---|
protected UriInfo |
MockHttpRequest.uri |
Modifier and Type | Method and Description |
---|---|
UriInfo |
MockHttpRequest.getUri() |
Modifier and Type | Field and Description |
---|---|
protected UriInfo |
HttpServletInputMessage.uri |
Modifier and Type | Method and Description |
---|---|
UriInfo |
HttpServletInputMessage.getUri() |
Constructor and Description |
---|
HttpServletInputMessage(javax.servlet.http.HttpServletRequest request,
HttpResponse httpResponse,
HttpHeaders httpHeaders,
UriInfo uri,
String httpMethod,
SynchronousDispatcher dispatcher) |
Servlet3AsyncHttpRequest(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse response,
HttpResponse httpResponse,
HttpHeaders httpHeaders,
UriInfo uriInfo,
String s,
SynchronousDispatcher synchronousDispatcher) |
Modifier and Type | Class and Description |
---|---|
class |
UriInfoImpl |
Modifier and Type | Method and Description |
---|---|
UriInfo |
HttpRequest.getUri() |
Modifier and Type | Field and Description |
---|---|
protected UriInfo |
HttpRequestImpl.uri |
Modifier and Type | Method and Description |
---|---|
UriInfo |
HttpRequestImpl.getUri() |
Constructor and Description |
---|
HttpRequestImpl(InputStream inputStream,
HttpHeaders httpHeaders,
String httpMethod,
UriInfo uri) |
Copyright © 2013. All Rights Reserved.