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