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 anExecutorServiceinstance used by Jersey client runtime to executeasynchronousclient requests.ClientAsyncExecutorannotation literal.Injection qualifier that can be used to inject anScheduledExecutorServiceinstance used by Jersey client runtime to schedule background tasks.ClientBackgroundSchedulerannotation 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-RSconfigurablecontract.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 clientconnectorprovider that provides connector instances which delegate HTTP requests toHttpURLConnectionfor processing.A factory forHttpURLConnectioninstances.Initializable<T extends Initializable<T>>Initializable Jersey client-side component.Extension ofInjectionManagerProviderwhich contains helper static methods that extractInjectionManagerfrom client specific JAX-RS components.Jersey implementation ofJAX-RS Clientcontract.Jersey provider ofJAX-RS client builder.Implementation of Reactive Invoker forCompletionStage.Jersey implementation ofJAX-RS client-side request invocationcontract.Jersey-specificclient invocation builder.Jersey implementation ofJAX-RS client targetcontract.Defines values for theClientProperties.REQUEST_ENTITY_PROCESSINGproperty.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 buildsSSLContextfor the client from keystore, truststore.