All Classes and Interfaces

Class
Description
Default implementation of reactive invoker.
Asynchronous connector response processing callback contract.
Caching connector provider.
Response entity type used for receiving messages in "typed" chunks.
Chunk data parser.
Injection qualifier that can be used to inject an ExecutorService instance used by Jersey client runtime to execute asynchronous client requests.
ClientAsyncExecutor annotation literal.
Injection qualifier that can be used to inject an ScheduledExecutorService instance used by Jersey client runtime to schedule background tasks.
ClientBackgroundScheduler annotation literal.
Implementations of this interface will be notified when new ClientBuilder instances are being constructed.
Jersey externalized implementation of client-side JAX-RS configurable 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.
Client side Response utility class determining the media type.
This is a representation of a @{link ProcessingException} containing a @{link ClientResponse} instance.
Client transport connector extension contract.
Connector extension interface to extend existing connector's functionality.
Jersey client connector provider contract.
Simple client-side filter that adds X-Requested-By headers to all state-changing request (i.e. request for methods other than GET, HEAD and OPTIONS).
Feature to provide the single-line registration of custom providers.
Default SSLContext provider.
Feature that configures support for content encodings on the client side.
Client filter adding support for content encoding.
 
Features that provides Http Basic and Digest client authentication (based on RFC 2617).
Extension of HttpAuthenticationFeature.Builder that builds the http authentication feature configured for basic authentication.
Builder that creates instances of HttpAuthenticationFeature.
Extension of HttpAuthenticationFeature.Builder that builds the http authentication feature configured in universal mode that supports basic and digest authentication.
Default client transport connector using HttpURLConnection.
Default Jersey client connector provider that provides connector instances which delegate HTTP requests to HttpURLConnection for processing.
A factory for HttpURLConnection instances.
Initializable Jersey client-side component.
Extension of InjectionManagerProvider which contains helper static methods that extract InjectionManager from client specific JAX-RS components.
Implementations of this interface will be notified when a new Invocation.Builder is created.
An Invocation.Builder subset of setter methods.
Jersey implementation of JAX-RS Client contract.
Jersey provider of JAX-RS client builder.
Implementation of Reactive Invoker for CompletionStage.
Jersey implementation of JAX-RS client-side request invocation contract.
Jersey-specific client invocation builder.
Jersey implementation of JAX-RS client target contract.
Defines string formatting method for each constant in the resource file
Provider that converts the an object of a custom Java type values to String / Collection<String>> type
Configurator which initializes and register ParameterUpdaterProvider instance into InjectionManager.
Provider of parameter updater.
The interceptor of a client request invocation that is executed after the request invocation itself, i.e. after the ClientResponseFilters are executed.
The context providing information when the Throwable (typically, the RuntimeException) is caught.
The interceptor of a client request invocation that is executed before the invocation itself, i.e. before the ClientRequestFilter is invoked.
Exception thrown by security request authentication.
Defines values for the ClientProperties.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.
Exception thrown by security response authentication.
The class that builds SSLContext for the client from keystore, truststore.