Uses of Interface
org.apache.http.client.BackoffManager
-
Packages that use BackoffManager Package Description org.apache.http.impl.client Default HTTP client implementation.org.apache.http.impl.execchain HTTP request execution chain APIs. -
-
Uses of BackoffManager in org.apache.http.impl.client
Classes in org.apache.http.impl.client that implement BackoffManager Modifier and Type Class Description classAIMDBackoffManagerTheAIMDBackoffManagerapplies an additive increase, multiplicative decrease (AIMD) to managing a dynamic limit to the number of connections allowed to a given host.Methods in org.apache.http.impl.client that return BackoffManager Modifier and Type Method Description BackoffManagerAbstractHttpClient. getBackoffManager()Deprecated.Methods in org.apache.http.impl.client with parameters of type BackoffManager Modifier and Type Method Description voidAbstractHttpClient. setBackoffManager(BackoffManager manager)Deprecated.HttpClientBuilderHttpClientBuilder. setBackoffManager(BackoffManager backoffManager)AssignsBackoffManagerinstance. -
Uses of BackoffManager in org.apache.http.impl.execchain
Constructors in org.apache.http.impl.execchain with parameters of type BackoffManager Constructor Description BackoffStrategyExec(ClientExecChain requestExecutor, ConnectionBackoffStrategy connectionBackoffStrategy, BackoffManager backoffManager)
-