|
||||||||||
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.core.header | Provides support for HTTP headers. |
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,
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)
|
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,
String method,
URI baseUri,
URI requestUri,
InBoundHeaders headers,
InputStream entity)
Create a new container request. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |