Uses of Class
com.sun.jersey.core.header.InBoundHeaders

Packages that use InBoundHeaders
com.sun.jersey.api.client Provides support for client-side communication with HTTP-based RESTful Web services. 
com.sun.jersey.core.header Provides support for HTTP headers. 
 

Uses of InBoundHeaders in com.sun.jersey.api.client
 

Constructors in com.sun.jersey.api.client with parameters of type InBoundHeaders
ClientResponse(int status, InBoundHeaders headers, InputStream entity, MessageBodyWorkers workers)
           
 

Uses of InBoundHeaders in com.sun.jersey.core.header
 

Constructors in com.sun.jersey.core.header with parameters of type InBoundHeaders
InBoundHeaders(InBoundHeaders that)
           
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.