| 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) |
| 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 |
DelegatingHttpRequest.getUri() |
UriInfo |
HttpRequestImpl.getUri() |
| Constructor and Description |
|---|
HttpRequestImpl(InputStream inputStream,
HttpHeaders httpHeaders,
String httpMethod,
UriInfo uri) |
Copyright © 2014. All Rights Reserved.