connector based on the
Apache Http Client.See: Description
| Interface | Description |
|---|---|
| ApacheConnectionClosingStrategy |
/**
Strategy that defines the way the Apache client releases resources.
|
| ApacheHttpClientBuilderConfigurator |
A callback interface used to configure
HttpClientBuilder. |
| Class | Description |
|---|---|
| ApacheClientProperties |
Configuration options specific to the Client API that utilizes
ApacheConnectorProvider. |
| ApacheConnectionClosingStrategy.GracefulClosingStrategy |
Strategy that aborts Apache HttpRequests for the case of Chunked Stream, closes the stream, and response next.
|
| ApacheConnectionClosingStrategy.ImmediateClosingStrategy |
Strategy that closes the response and content stream next.
|
| ApacheConnectorProvider |
Connector provider for Jersey
connectors that utilize
Apache HTTP Client to send and receive HTTP request and responses. |
| LocalizationMessages |
Defines string formatting method for each constant in the resource file
|
connector based on the
Apache Http Client.Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.