| 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 and Description | 
|---|---|
| class  | AIMDBackoffManagerThe  AIMDBackoffManagerapplies 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 and Description | 
|---|---|
| BackoffManager | AbstractHttpClient. getBackoffManager()Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AbstractHttpClient. setBackoffManager(BackoffManager manager)Deprecated.  | 
| HttpClientBuilder | HttpClientBuilder. setBackoffManager(BackoffManager backoffManager)Assigns  BackoffManagerinstance. | 
| Constructor and Description | 
|---|
| BackoffStrategyExec(ClientExecChain requestExecutor,
                   ConnectionBackoffStrategy connectionBackoffStrategy,
                   BackoffManager backoffManager) | 
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.