| Package | Description |
|---|---|
| org.glassfish.jersey.apache.connector |
Jersey client
connector based on the
Apache Http Client. |
| org.glassfish.jersey.client |
Jersey client-side classes.
|
| org.glassfish.jersey.client.internal | |
| org.glassfish.jersey.client.spi |
Jersey client SPI classes/interfaces.
|
| org.glassfish.jersey.server.internal.inject |
Jersey server-side JAX-RS injection support classes.
|
| Class and Description |
|---|
| ClientRequest
Jersey client request context.
|
| ClientResponse
Jersey client response context.
|
| Class and Description |
|---|
| ChunkedInput
Response entity type used for receiving messages in "typed" chunks.
|
| ChunkedInput.AbstractBoundaryParser |
| ChunkParser
Chunk data parser.
|
| ClientAsyncExecutor
Injection qualifier that can be used to inject an
ExecutorService
instance used by Jersey client runtime to execute asynchronous
client requests. |
| ClientConfig
Jersey externalized implementation of client-side JAX-RS
configurable contract. |
| ClientConfig.State
Default encapsulation of the internal configuration state.
|
| ClientConfig.State.StateChangeStrategy
Configuration state change strategy.
|
| ClientLifecycleListener
Jersey client lifecycle listener contract.
|
| ClientRequest
Jersey client request context.
|
| ClientResponse
Jersey client response context.
|
| ClientRuntime
Client-side request processing runtime.
|
| HttpUrlConnectorProvider
Default Jersey client
connector provider
that provides connector instances which delegate HTTP requests to HttpURLConnection
for processing. |
| HttpUrlConnectorProvider.ConnectionFactory
A factory for
HttpURLConnection instances. |
| Initializable
Initializable Jersey client-side component.
|
| JerseyClient
Jersey implementation of
JAX-RS Client
contract. |
| JerseyClient.ShutdownHook
Client instance shutdown hook.
|
| JerseyClientBuilder
Jersey provider of
JAX-RS client builder. |
| JerseyInvocation
Jersey implementation of
JAX-RS client-side
request invocation contract. |
| JerseyInvocation.Builder
Jersey-specific
client invocation builder. |
| JerseyInvocation.EntityPresence |
| JerseyWebTarget
Jersey implementation of
JAX-RS client target
contract. |
| RequestEntityProcessing
Defines values for the
ClientProperties.REQUEST_ENTITY_PROCESSING property. |
| ResponseCallback
Client response processing callback.
|
| Class and Description |
|---|
| ClientRequest
Jersey client request context.
|
| ClientResponse
Jersey client response context.
|
| HttpUrlConnectorProvider.ConnectionFactory
A factory for
HttpURLConnection instances. |
| JerseyClient
Jersey implementation of
JAX-RS Client
contract. |
| Class and Description |
|---|
| ClientRequest
Jersey client request context.
|
| ClientResponse
Jersey client response context.
|
| Class and Description |
|---|
| ClientConfig
Jersey externalized implementation of client-side JAX-RS
configurable contract. |