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 |
NettyHttpRequest.uri |
Modifier and Type | Method and Description |
---|---|
UriInfo |
NettyHttpRequest.getUri() |
Constructor and Description |
---|
NettyHttpRequest(HttpHeaders httpHeaders,
UriInfo uri,
String httpMethod,
SynchronousDispatcher dispatcher,
NettyHttpResponse httpResponse,
boolean is100ContinueExpected) |
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 | Field and Description |
---|---|
protected UriInfo |
HttpServerRequest.uriInfo |
Modifier and Type | Method and Description |
---|---|
UriInfo |
HttpServerRequest.getUri() |
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.