|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InBoundHeaders | |
|---|---|
| com.sun.jersey.spi.container | Provides support for containers and the web application that manages resource 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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||