| Interface | Description |
|---|---|
| ChunkParser |
Chunk data parser.
|
| ClientConfig.State.StateChangeStrategy |
Configuration state change strategy.
|
| 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 |
|---|---|
| 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. |
| ClientBinder |
Registers all binders necessary for
Client runtime. |
| ClientBinder.PropertiesDelegateFactory | |
| ClientBinder.RequestContextInjectionFactory | |
| ClientConfig |
Jersey externalized implementation of client-side JAX-RS
configurable contract. |
| ClientConfig.State |
Default encapsulation of the internal configuration state.
|
| 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. |
| 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. |
| JerseyClient |
Jersey implementation of
JAX-RS Client
contract. |
| JerseyClientBuilder |
Jersey provider of
JAX-RS client builder. |
| 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.
|
| ServiceLocatorClientProvider |
Extension of
ServiceLocatorProvider which contains helper static methods
that extract ServiceLocator from client specific JAX-RS components. |
| 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. |