Uses of Interface
javax.ws.rs.core.UriInfo

Packages that use UriInfo
org.jboss.resteasy.links.impl   
org.jboss.resteasy.mock   
org.jboss.resteasy.plugins.providers.jackson   
org.jboss.resteasy.plugins.server.netty   
org.jboss.resteasy.plugins.server.servlet   
org.jboss.resteasy.plugins.server.sun.http   
org.jboss.resteasy.specimpl   
org.jboss.resteasy.spi   
org.jboss.resteasy.util   
 

Uses of UriInfo in org.jboss.resteasy.links.impl
 

Methods in org.jboss.resteasy.links.impl with parameters of type UriInfo
static
<T> T
RESTUtils.addDiscovery(T entity, UriInfo uriInfo, ResourceMethodRegistry registry)
           
static Map<String,? extends Object> RESTUtils.derivePathParameters(UriInfo uriInfo)
           
 

Uses of UriInfo in org.jboss.resteasy.mock
 

Fields in org.jboss.resteasy.mock declared as UriInfo
protected  UriInfo MockHttpRequest.uri
           
 

Methods in org.jboss.resteasy.mock that return UriInfo
 UriInfo MockHttpRequest.getUri()
           
 

Uses of UriInfo in org.jboss.resteasy.plugins.providers.jackson
 

Methods in org.jboss.resteasy.plugins.providers.jackson with parameters of type UriInfo
 void JacksonJsonpInterceptor.setUri(UriInfo uri)
          Setter used by RESTeasy to provide the UriInfo.
 

Uses of UriInfo in org.jboss.resteasy.plugins.server.netty
 

Fields in org.jboss.resteasy.plugins.server.netty declared as UriInfo
protected  UriInfo NettyHttpRequest.uri
           
 

Methods in org.jboss.resteasy.plugins.server.netty that return UriInfo
 UriInfo NettyHttpRequest.getUri()
           
 

Constructors in org.jboss.resteasy.plugins.server.netty with parameters of type UriInfo
NettyHttpRequest(HttpHeaders httpHeaders, UriInfo uri, String httpMethod, SynchronousDispatcher dispatcher, NettyHttpResponse httpResponse, boolean is100ContinueExpected)
           
 

Uses of UriInfo in org.jboss.resteasy.plugins.server.servlet
 

Fields in org.jboss.resteasy.plugins.server.servlet declared as UriInfo
protected  UriInfo HttpServletInputMessage.uri
           
 

Methods in org.jboss.resteasy.plugins.server.servlet that return UriInfo
 UriInfo HttpServletInputMessage.getUri()
           
 

Constructors in org.jboss.resteasy.plugins.server.servlet with parameters of type UriInfo
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)
           
 

Uses of UriInfo in org.jboss.resteasy.plugins.server.sun.http
 

Fields in org.jboss.resteasy.plugins.server.sun.http declared as UriInfo
protected  UriInfo HttpServerRequest.uriInfo
           
 

Methods in org.jboss.resteasy.plugins.server.sun.http that return UriInfo
 UriInfo HttpServerRequest.getUri()
           
 

Uses of UriInfo in org.jboss.resteasy.specimpl
 

Classes in org.jboss.resteasy.specimpl that implement UriInfo
 class UriInfoImpl
           
 

Uses of UriInfo in org.jboss.resteasy.spi
 

Methods in org.jboss.resteasy.spi that return UriInfo
 UriInfo HttpRequest.getUri()
           
 

Uses of UriInfo in org.jboss.resteasy.util
 

Fields in org.jboss.resteasy.util declared as UriInfo
protected  UriInfo HttpRequestImpl.uri
           
 

Methods in org.jboss.resteasy.util that return UriInfo
 UriInfo HttpRequestImpl.getUri()
           
 UriInfo DelegatingHttpRequest.getUri()
           
 

Constructors in org.jboss.resteasy.util with parameters of type UriInfo
HttpRequestImpl(InputStream inputStream, HttpHeaders httpHeaders, String httpMethod, UriInfo uri)
           
 



Copyright © 2013. All Rights Reserved.