Uses of Interface
org.apache.hc.client5.http.classic.BackoffManager
Packages that use BackoffManager
Package
Description
Classic HTTP client API implementation that supports HTTP/1.1 transport
only.
-
Uses of BackoffManager in org.apache.hc.client5.http.impl.classic
Classes in org.apache.hc.client5.http.impl.classic that implement BackoffManagerModifier and TypeClassDescriptionclassAbstractBackoff is an abstract class that provides a common implementation for managing backoff behavior in HttpClient connection pool.classTheAIMDBackoffManagerapplies an additive increase, multiplicative decrease (AIMD) to managing a dynamic limit to the number of connections allowed to a given host.classA backoff manager implementation that uses an exponential backoff algorithm to adjust the maximum number of connections per HTTP route.classAn implementation ofBackoffManagerthat uses a linear backoff strategy to adjust the maximum number of connections per route in anPoolingHttpClientConnectionManager.Fields in org.apache.hc.client5.http.impl.classic declared as BackoffManagerModifier and TypeFieldDescriptionprivate final BackoffManagerBackoffStrategyExec.backoffManagerprivate BackoffManagerHttpClientBuilder.backoffManagerMethods in org.apache.hc.client5.http.impl.classic with parameters of type BackoffManagerModifier and TypeMethodDescriptionfinal HttpClientBuilderHttpClientBuilder.setBackoffManager(BackoffManager backoffManager) AssignsBackoffManagerinstance.Constructors in org.apache.hc.client5.http.impl.classic with parameters of type BackoffManagerModifierConstructorDescriptionBackoffStrategyExec(ConnectionBackoffStrategy connectionBackoffStrategy, BackoffManager backoffManager)