| 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.
|
| ClientBackgroundScheduler |
Injection qualifier that can be used to inject an ScheduledExecutorService
instance used by Jersey client runtime to schedule background tasks.
|
| ClientConfig |
Jersey externalized implementation of client-side JAX-RS configurable contract.
|
| ClientExecutor |
Executor for client async processing and background task scheduling.
|
| ClientRequest |
Jersey client request context.
|
| HttpUrlConnectorProvider |
Default Jersey client connector provider
that provides connector instances which delegate HTTP requests to HttpURLConnection
for processing.
|
| HttpUrlConnectorProvider.ConnectionFactory |
|
| Initializable |
Initializable Jersey client-side component.
|
| JerseyClient |
Jersey implementation of JAX-RS Client
contract.
|
| 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.
|
| JerseyWebTarget |
Jersey implementation of JAX-RS client target
contract.
|
| RequestEntityProcessing |
|