Interface | Description |
---|---|
ChunkParser |
Chunk data parser.
|
ClientLifecycleListener |
Jersey client lifecycle listener contract.
|
HttpUrlConnectorProvider.ConnectionFactory |
A factory for
HttpURLConnection instances. |
Initializable<T extends Initializable<T>> |
Initializable Jersey client-side component.
|
Class | Description |
---|---|
ChunkedInput<T> |
Response entity type used for receiving messages in "typed" chunks.
|
ClientAsyncExecutorLiteral |
ClientAsyncExecutor annotation literal. |
ClientConfig |
Jersey externalized implementation of client-side JAX-RS
configurable contract. |
ClientProperties |
Jersey client implementation configuration properties.
|
ClientRequest |
Jersey client request context.
|
ClientResponse |
Jersey client response context.
|
CustomProvidersFeature |
Feature to provide the single-line registration of custom providers.
|
HttpUrlConnectorProvider |
Default Jersey client
connector provider
that provides connector instances which delegate HTTP requests to HttpURLConnection
for processing. |
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.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 |
---|---|
RequestEntityProcessing |
Defines values for the
ClientProperties.REQUEST_ENTITY_PROCESSING property. |
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. |
Copyright © 2007-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.