| Interface | Description |
|---|---|
| ChunkParser |
Chunk data parser.
|
| HttpUrlConnector.ConnectionFactory |
A factory for
HttpURLConnection instances. |
| RequestWriter.RequestEntityWriter |
A writer for writing a request entity.
|
| RequestWriter.RequestEntityWriterListener |
A listener for listening to events when writing a request entity.
|
| Class | Description |
|---|---|
| ChunkedInput<T> |
Response entity type used for receiving messages in "typed" chunks.
|
| ClientConfig |
Jersey externalized implementation of client-side JAX-RS
configurable contract. |
| ClientProperties |
Jersey client implementation configuration properties.
|
| ClientRequest |
Jersey client request context.
|
| ClientResponse |
Jersey client response context.
|
| CustomProvidersFeature |
Feature to provide the single-line registration of custom providers.
|
| HttpUrlConnector |
Default client transport connector using
HttpURLConnection. |
| JerseyClient |
Jersey implementation of
JAX-RS JerseyClient
contract. |
| JerseyClientFactory |
Jersey provider of
JAX-RS client factory. |
| JerseyInvocation |
Jersey implementation of
JAX-RS client-side
request invocation contract. |
| JerseyInvocation.Builder |
Jersey-specific
client invocation builder. |
| JerseyWebTarget |
Jersey implementation of
JAX-RS client target
contract. |
| RequestProcessingInitializationStage |
Function that can be put to an acceptor chain to properly initialize
the client-side request-scoped processing injection for the current
request and response exchange.
|
| RequestWriter |
A request writer for writing header values and a request entity.
|
| SslConfig |
SSL configuration for HTTPS connections.
|
Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.