Package org.glassfish.jersey.client
package org.glassfish.jersey.client
Jersey client-side classes.
-
ClassDescriptionInternal exception indicating that request processing has been aborted in the request filter processing chain.Default implementation of
reactive invoker
.ChunkedInput<T>Response entity type used for receiving messages in "typed" chunks.MessageBodyWriter
forChunkedInput
.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.Registers all binders necessary forClient
runtime.Jersey externalized implementation of client-side JAX-RSconfigurable
contract.Default encapsulation of the internal configuration state.Configuration state change strategy.Executor for client async processing and background task scheduling.Configurator which initializes and registerExecutorServiceProvider
andScheduledExecutorServiceProvider
.Client filtering stage factory.Jersey client lifecycle listener contract.Jersey client implementation configuration properties.Jersey client request context.Jersey client response context.Client-side request processing runtime.Feature to provide the single-line registration of custom providers.DefaultExecutorServiceProvider
used on the client side for asynchronous request processing.DefaultScheduledExecutorServiceProvider
used on the client side for providing the scheduled executor service that runs background tasks.Default Jersey clientconnector
provider that provides connector instances which delegate HTTP requests toHttpURLConnection
for processing.A factory forHttpURLConnection
instances.Implementation of an inbound client-side JAX-RSResponse
message.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.Client instance shutdown hook.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.Client response processing callback.