Interface | Description |
---|---|
ChunkParser |
Chunk data parser.
|
ClientConfig.State.StateChangeStrategy |
Configuration state change strategy.
|
ClientExecutor |
Executor for client async processing and background task scheduling.
|
ClientLifecycleListener |
Jersey client lifecycle listener contract.
|
HttpUrlConnectorProvider.ConnectionFactory |
A factory for
HttpURLConnection instances. |
Initializable<T extends Initializable<T>> |
Initializable Jersey client-side component.
|
JerseyClient.ShutdownHook |
Client instance shutdown hook.
|
ResponseCallback |
Client response processing callback.
|
Class | Description |
---|---|
AbstractRxInvoker<T> |
Default implementation of
reactive invoker . |
ChunkedInput<T> |
Response entity type used for receiving messages in "typed" chunks.
|
ChunkedInput.AbstractBoundaryParser | |
ChunkedInput.FixedBoundaryParser | |
ChunkedInput.FixedMultiBoundaryParser | |
ChunkedInputReader |
MessageBodyWriter for ChunkedInput . |
ClientAsyncExecutorLiteral |
ClientAsyncExecutor annotation literal. |
ClientBackgroundSchedulerLiteral |
ClientBackgroundScheduler annotation literal. |
ClientBinder |
Registers all binders necessary for
Client runtime. |
ClientBinder.PropertiesDelegateFactory | |
ClientBinder.RequestContextInjectionFactory | |
ClientConfig |
Jersey externalized implementation of client-side JAX-RS
configurable contract. |
ClientConfig.RuntimeConfigConfigurator | |
ClientConfig.State |
Default encapsulation of the internal configuration state.
|
ClientExecutorProvidersConfigurator |
Configurator which initializes and register
ExecutorServiceProvider and
ScheduledExecutorServiceProvider . |
ClientExecutorProvidersConfigurator.ClientExecutorServiceProvider | |
ClientExecutorProvidersConfigurator.ClientScheduledExecutorServiceProvider | |
ClientFilteringStages |
Client filtering stage factory.
|
ClientFilteringStages.RequestFilteringStage | |
ClientFilteringStages.ResponseFilterStage | |
ClientProperties |
Jersey client implementation configuration properties.
|
ClientRequest |
Jersey client request context.
|
ClientResponse |
Jersey client response context.
|
ClientRuntime |
Client-side request processing runtime.
|
CustomProvidersFeature |
Feature to provide the single-line registration of custom providers.
|
DefaultClientAsyncExecutorProvider |
Default
ExecutorServiceProvider used on the client side for asynchronous request processing. |
DefaultClientBackgroundSchedulerProvider |
Default
ScheduledExecutorServiceProvider used on the client side for providing the scheduled
executor service that runs background tasks. |
HttpUrlConnectorProvider |
Default Jersey client
connector provider
that provides connector instances which delegate HTTP requests to HttpURLConnection
for processing. |
HttpUrlConnectorProvider.DefaultConnectionFactory | |
InboundJaxrsResponse |
Implementation of an inbound client-side JAX-RS
Response message. |
InjectionManagerClientProvider |
Extension of
InjectionManagerProvider which contains helper static methods
that extract InjectionManager from client specific JAX-RS components. |
JerseyClient |
Jersey implementation of
JAX-RS Client
contract. |
JerseyClientBuilder |
Jersey provider of
JAX-RS client builder . |
JerseyCompletionStageRxInvoker |
Implementation of Reactive Invoker for
CompletionStage . |
JerseyInvocation |
Jersey implementation of
JAX-RS client-side
request invocation contract. |
JerseyInvocation.AsyncInvoker | |
JerseyInvocation.Builder |
Jersey-specific
client invocation builder . |
JerseyWebTarget |
Jersey implementation of
JAX-RS client target
contract. |
RequestProcessingInitializationStage |
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.
|
Enum | Description |
---|---|
JerseyInvocation.EntityPresence | |
RequestEntityProcessing |
Defines values for the
ClientProperties.REQUEST_ENTITY_PROCESSING property. |
Exception | Description |
---|---|
AbortException |
Internal exception indicating that request processing has been aborted
in the request filter processing chain.
|
Annotation Type | Description |
---|---|
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. |