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 status,
InBoundHeaders headers,
InputStream entity,
MessageBodyWorkers workers) |
Constructor and Description |
---|
InBoundHeaders(InBoundHeaders that) |
Modifier and Type | Method and Description |
---|---|
void |
AdaptingContainerRequest.setHeaders(InBoundHeaders headers) |
void |
ContainerRequest.setHeaders(InBoundHeaders headers)
Set the request headers.
|
Constructor and Description |
---|
ContainerRequest(WebApplication wa,
String method,
URI baseUri,
URI requestUri,
InBoundHeaders headers,
InputStream entity)
Create a new container request.
|
Copyright © 2013 Oracle Corporation. All rights reserved.