| Package | Description |
|---|---|
| org.glassfish.jersey.client |
Jersey client-side classes.
|
| org.glassfish.jersey.client.spi |
Jersey client SPI classes/interfaces.
|
| Class and Description |
|---|
| 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
A factory for
HttpURLConnection instances. |
| 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
Defines values for the
ClientProperties.REQUEST_ENTITY_PROCESSING property. |
| Class and Description |
|---|
| ClientRequest
Jersey client request context.
|
| ClientResponse
Jersey client response context.
|
Copyright © 2007-2020, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.