Uses of Interface
org.apache.http.client.BackoffManager
Packages that use BackoffManager
Package
Description
Default HTTP client implementation.
HTTP request execution chain APIs.
-
Uses of BackoffManager in org.apache.http.impl.client
Classes in org.apache.http.impl.client that implement BackoffManagerModifier and TypeClassDescriptionclass
TheAIMDBackoffManager
applies an additive increase, multiplicative decrease (AIMD) to managing a dynamic limit to the number of connections allowed to a given host.Fields in org.apache.http.impl.client declared as BackoffManagerModifier and TypeFieldDescriptionprivate BackoffManager
AbstractHttpClient.backoffManager
Deprecated.private BackoffManager
HttpClientBuilder.backoffManager
Methods in org.apache.http.impl.client that return BackoffManagerModifier and TypeMethodDescriptionfinal BackoffManager
AbstractHttpClient.getBackoffManager()
Deprecated.Methods in org.apache.http.impl.client with parameters of type BackoffManagerModifier and TypeMethodDescriptionvoid
AbstractHttpClient.setBackoffManager
(BackoffManager manager) Deprecated.final HttpClientBuilder
HttpClientBuilder.setBackoffManager
(BackoffManager backoffManager) AssignsBackoffManager
instance. -
Uses of BackoffManager in org.apache.http.impl.execchain
Fields in org.apache.http.impl.execchain declared as BackoffManagerConstructors in org.apache.http.impl.execchain with parameters of type BackoffManagerModifierConstructorDescriptionBackoffStrategyExec
(ClientExecChain requestExecutor, ConnectionBackoffStrategy connectionBackoffStrategy, BackoffManager backoffManager)