Modifier and Type | Field and Description |
---|---|
protected UriInfo |
MockHttpRequest.uri |
Modifier and Type | Method and Description |
---|---|
UriInfo |
MockHttpRequest.getUri() |
Modifier and Type | Method and Description |
---|---|
void |
JacksonJsonpInterceptor.setUri(UriInfo uri)
Setter used by RESTeasy to provide the
UriInfo . |
Modifier and Type | Field and Description |
---|---|
protected UriInfo |
HttpServletInputMessage.uri |
Modifier and Type | Method and Description |
---|---|
UriInfo |
HttpServletInputMessage.getUri() |
Constructor and Description |
---|
HttpServletInputMessage(HttpServletRequest request,
HttpResponse httpResponse,
HttpHeaders httpHeaders,
UriInfo uri,
String httpMethod,
SynchronousDispatcher dispatcher) |
Servlet3AsyncHttpRequest(HttpServletRequest httpServletRequest,
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() |
UriInfo |
DelegatingHttpRequest.getUri() |
Constructor and Description |
---|
HttpRequestImpl(InputStream inputStream,
HttpHeaders httpHeaders,
String httpMethod,
UriInfo uri) |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.