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

Packages that use Request
javax.ws.rs.core Low-level interfaces and annotations used to create RESTful service resources. 
javax.ws.rs.ext APIs that provide extensions to the types supported by the JAX-RS API. 
 

Uses of Request in javax.ws.rs.core
 

Methods in javax.ws.rs.core that return Request
 Request Request.RequestBuilder.build()
           
 

Uses of Request in javax.ws.rs.ext
 

Methods in javax.ws.rs.ext that return Request
 Request FilterContext.getRequest()
          Get the request object.
 

Methods in javax.ws.rs.ext with parameters of type Request
 void FilterContext.setRequest(Request req)
          Set the request object in the context.
 



Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.