|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InBoundHeaders | |
---|---|
com.sun.jersey.api.client | Provides support for client-side communication with HTTP-based RESTful Web services. |
com.sun.jersey.spi.container | Provides support for containers and the web application that manages resource classes. |
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,
java.io.InputStream entity,
MessageBodyWorkers workers)
|
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. |
void |
AdaptingContainerRequest.setHeaders(InBoundHeaders 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |