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

Packages that use Request
com.sun.jersey.api.core Provides support for configuration. 
com.sun.jersey.guice   
com.sun.jersey.oauth.server.api.resources   
com.sun.jersey.spi.container Provides support for containers and the web application that manages resource classes. 
 

Uses of Request in com.sun.jersey.api.core
 

Subinterfaces of Request in com.sun.jersey.api.core
 interface HttpRequestContext
          An abstraction of a HTTP request.
 

Uses of Request in com.sun.jersey.guice
 

Methods in com.sun.jersey.guice that return Request
 Request JerseyServletModule.request(WebApplication wa)
           
 

Uses of Request in com.sun.jersey.oauth.server.api.resources
 

Methods in com.sun.jersey.oauth.server.api.resources with parameters of type Request
 Response AccessTokenRequest.postAccessTokenRequest(HttpContext hc, Request req)
          POST method for creating a request for Rquest Token
 

Uses of Request in com.sun.jersey.spi.container
 

Classes in com.sun.jersey.spi.container that implement Request
 class AdaptingContainerRequest
          An adapting in-bound HTTP request that may override the behaviour of ContainerRequest.
 class CachedEntityContainerRequest
          A cached entity in-bound HTTP request that caches the entity instance obtained from the adapted container request.
 class ContainerRequest
          An in-bound HTTP request to be processed by the web application.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.