Uses of Class
com.sun.jersey.spi.container.InBoundHeaders

Packages that use InBoundHeaders
com.sun.jersey.spi.container Classes that define the contract that a container adaptor must implement in order to host API classes. 
 

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

Methods in com.sun.jersey.spi.container with parameters of type InBoundHeaders
 void ContainerRequest.setHeaders(InBoundHeaders headers)
          Set the request headers.
 

Constructors in com.sun.jersey.spi.container with parameters of type InBoundHeaders
ContainerRequest(WebApplication wa, java.lang.String method, java.net.URI baseUri, java.net.URI requestUri, InBoundHeaders headers, java.io.InputStream entity)
          Create a new container request.