| Package | Description |
|---|---|
| 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.
|
| Constructor and Description |
|---|
ClientResponse(int statusCode,
InBoundHeaders headers,
java.io.InputStream entity,
MessageBodyWorkers workers)
Create a new instance initialized form
statusCode, headers, entity,
workers. |
ClientResponse(Response.StatusType statusType,
InBoundHeaders headers,
java.io.InputStream entity,
MessageBodyWorkers workers)
Create a new instance initialized form
statusType, headers, entity,
workers. |
| Constructor and Description |
|---|
InBoundHeaders(InBoundHeaders that) |
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerRequest.setHeaders(InBoundHeaders headers)
Set the request headers.
|
void |
AdaptingContainerRequest.setHeaders(InBoundHeaders headers) |
| Constructor and Description |
|---|
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.
|
Copyright © 2016 Oracle Corporation. All Rights Reserved.