Modifier and Type | Method and Description |
---|---|
static <T> T |
RESTUtils.addDiscovery(T entity,
UriInfo uriInfo,
ResourceMethodRegistry registry) |
static Map<String,? extends Object> |
RESTUtils.derivePathParameters(UriInfo uriInfo) |
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) |
JBossWebAsyncHttpRequest(javax.servlet.http.HttpServletRequest httpServletRequest,
HttpResponse httpResponse,
HttpHeaders httpHeaders,
UriInfo uriInfo,
String httpMethodName,
SynchronousDispatcher synchronousDispatcher,
org.jboss.servlet.http.HttpEvent event) |
Servlet3AsyncHttpRequest(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse response,
HttpResponse httpResponse,
HttpHeaders httpHeaders,
UriInfo uriInfo,
String s,
SynchronousDispatcher synchronousDispatcher) |
Tomcat6AsyncHttpRequest(javax.servlet.http.HttpServletRequest httpServletRequest,
HttpResponse httpResponse,
HttpHeaders httpHeaders,
UriInfo uriInfo,
String httpMethodName,
SynchronousDispatcher synchronousDispatcher,
org.apache.catalina.CometEvent event) |
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 |
HttpRequestImpl.getUri() |
UriInfo |
DelegatingHttpRequest.getUri() |
Constructor and Description |
---|
HttpRequestImpl(InputStream inputStream,
HttpHeaders httpHeaders,
String httpMethod,
UriInfo uri) |
Copyright © 2013. All Rights Reserved.