Package org.glassfish.jersey.client
package org.glassfish.jersey.client
Jersey client-side classes.
-
ClassDescriptionDefault implementation of
reactive invoker
.ChunkedInput<T>Response entity type used for receiving messages in "typed" chunks.Chunk data parser.Injection qualifier that can be used to inject anExecutorService
instance used by Jersey client runtime to executeasynchronous
client requests.ClientAsyncExecutor
annotation literal.Injection qualifier that can be used to inject anScheduledExecutorService
instance used by Jersey client runtime to schedule background tasks.ClientBackgroundScheduler
annotation literal.A holder that is used only during Jersey bootstrap to keep the instances of the given types and then use them during the bootstrap.Jersey externalized implementation of client-side JAX-RSconfigurable
contract.Executor for client async processing and background task scheduling.Jersey client lifecycle listener contract.Jersey client implementation configuration properties.Jersey client request context.Jersey client response context.Feature to provide the single-line registration of custom providers.Default Jersey clientconnector
provider that provides connector instances which delegate HTTP requests toHttpURLConnection
for processing.A factory forHttpURLConnection
instances.Initializable<T extends Initializable<T>>Initializable Jersey client-side component.Extension ofInjectionManagerProvider
which contains helper static methods that extractInjectionManager
from client specific JAX-RS components.Jersey implementation ofJAX-RS Client
contract.Jersey provider ofJAX-RS client builder
.Implementation of Reactive Invoker forCompletionStage
.Jersey implementation ofJAX-RS client-side request invocation
contract.Jersey-specificclient invocation builder
.Jersey implementation ofJAX-RS client target
contract.Defines values for theClientProperties.REQUEST_ENTITY_PROCESSING
property.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.The class that buildsSSLContext
for the client from keystore, truststore.