| Package | Description | 
|---|---|
| org.apache.hc.client5.http.impl.classic | Classic HTTP client API implementation that supports HTTP/1.1 transport
 only. | 
| 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 | 
|---|---|
| HttpClientBuilder | HttpClientBuilder. setBackoffManager(BackoffManager backoffManager)Assigns  BackoffManagerinstance. | 
| Constructor and Description | 
|---|
| BackoffStrategyExec(ConnectionBackoffStrategy connectionBackoffStrategy,
                   BackoffManager backoffManager) | 
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.