Uses of Interface
com.sun.ws.rest.api.core.HttpRequestContext

Packages that use HttpRequestContext
com.sun.ws.rest.api.core Low-level interfaces and annotations used to create RESTful service resources. 
com.sun.ws.rest.spi.container Classes that define the contract that a container adaptor must implement in order to host API classes. 
 

Uses of HttpRequestContext in com.sun.ws.rest.api.core
 

Methods in com.sun.ws.rest.api.core that return HttpRequestContext
 HttpRequestContext HttpContext.getRequest()
          Get the HTTP request information.
 

Uses of HttpRequestContext in com.sun.ws.rest.spi.container
 

Subinterfaces of HttpRequestContext in com.sun.ws.rest.spi.container
 interface ContainerRequest
          The HTTP request context supplied by the container.
 

Classes in com.sun.ws.rest.spi.container that implement HttpRequestContext
 class AbstractContainerRequest
          An abstract implementation of ContainerRequest.