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 class
AIMDBackoffManager
TheAIMDBackoffManager
applies 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 BackoffManager
AbstractHttpClient. getBackoffManager()
Deprecated.Methods in org.apache.http.impl.client with parameters of type BackoffManager Modifier and Type Method Description void
AbstractHttpClient. setBackoffManager(BackoffManager manager)
Deprecated.HttpClientBuilder
HttpClientBuilder. setBackoffManager(BackoffManager backoffManager)
AssignsBackoffManager
instance. -
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)
-