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 TypeClassDescriptionclassTheAIMDBackoffManagerapplies 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 BackoffManagerAbstractHttpClient.backoffManagerDeprecated.private BackoffManagerHttpClientBuilder.backoffManagerMethods in org.apache.http.impl.client that return BackoffManagerModifier and TypeMethodDescriptionfinal BackoffManagerAbstractHttpClient.getBackoffManager()Deprecated.Methods in org.apache.http.impl.client with parameters of type BackoffManagerModifier and TypeMethodDescriptionvoidAbstractHttpClient.setBackoffManager(BackoffManager manager) Deprecated.final HttpClientBuilderHttpClientBuilder.setBackoffManager(BackoffManager backoffManager) AssignsBackoffManagerinstance. -
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)