| Package | Description |
|---|---|
| org.apache.http.impl.client |
Default HTTP client implementation.
|
| org.apache.http.impl.execchain |
HTTP request execution chain APIs.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AIMDBackoffManager |
The
AIMDBackoffManager applies an additive increase,
multiplicative decrease (AIMD) to managing a dynamic limit to
the number of connections allowed to a given host. |
| Modifier and Type | Method | Description |
|---|---|---|
BackoffManager |
AbstractHttpClient.getBackoffManager() |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
AbstractHttpClient.setBackoffManager(BackoffManager manager) |
Deprecated.
|
HttpClientBuilder |
HttpClientBuilder.setBackoffManager(BackoffManager backoffManager) |
Assigns
BackoffManager instance. |
| Constructor | Description |
|---|---|
BackoffStrategyExec(ClientExecChain requestExecutor,
ConnectionBackoffStrategy connectionBackoffStrategy,
BackoffManager backoffManager) |