Package | Description |
---|---|
com.sun.jersey.api.client |
Provides support for client-side communication with HTTP-based
RESTful Web services.
|
com.sun.jersey.core.spi.factory |
Provides support for factories of particular component types.
|
com.sun.jersey.spi.container |
Provides support for containers and the web application that manages
resource classes.
|
Modifier and Type | Method and Description |
---|---|
MessageBodyWorkers |
RequestWriter.getMessageBodyWorkers() |
MessageBodyWorkers |
Client.getMessageBodyWorkers()
Get the
MessageBodyWorkers utilized by the client. |
Modifier and Type | Method and Description |
---|---|
void |
RequestWriter.setMessageBodyWorkers(MessageBodyWorkers workers) |
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 . |
RequestWriter(MessageBodyWorkers workers) |
Modifier and Type | Class and Description |
---|---|
class |
MessageBodyFactory
A factory for managing
MessageBodyReader and MessageBodyWriter
instances. |
Modifier and Type | Method and Description |
---|---|
MessageBodyWorkers |
WebApplication.getMessageBodyWorkers()
Get the message body workers that can be used for getting
message body readers and writers.
|
MessageBodyWorkers |
ContainerResponse.getMessageBodyWorkers()
Get the message body workers.
|
MessageBodyWorkers |
ContainerRequest.getMessageBodyWorkers()
Get the message body workers.
|
MessageBodyWorkers |
AdaptingContainerResponse.getMessageBodyWorkers() |
MessageBodyWorkers |
AdaptingContainerRequest.getMessageBodyWorkers() |
Copyright © 2016 Oracle Corporation. All Rights Reserved.