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

Packages that use HttpContextAccess
com.sun.ws.rest.spi.container Classes that define the contract that a container adaptor must implement in order to host API classes. 
com.sun.ws.rest.spi.uri.rules   
 

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

Methods in com.sun.ws.rest.spi.container that return HttpContextAccess
 HttpContextAccess WebApplication.getThreadLocalHttpContext()
          Get an instance of HttpContextAccess that is a proxy to a thread local instance of HttpContextAccess.
 

Uses of HttpContextAccess in com.sun.ws.rest.spi.uri.rules
 

Methods in com.sun.ws.rest.spi.uri.rules that return HttpContextAccess
 HttpContextAccess UriRuleContext.getHttpContext()
          Get the HTTP context.