Uses of Class
org.apache.hc.client5.http.impl.classic.AbstractBackoff
Packages that use AbstractBackoff
Package
Description
Classic HTTP client API implementation that supports HTTP/1.1 transport
only.
-
Uses of AbstractBackoff in org.apache.hc.client5.http.impl.classic
Subclasses of AbstractBackoff in org.apache.hc.client5.http.impl.classicModifier 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.class
A backoff manager implementation that uses an exponential backoff algorithm to adjust the maximum number of connections per HTTP route.class
An implementation ofBackoffManager
that uses a linear backoff strategy to adjust the maximum number of connections per route in anPoolingHttpClientConnectionManager
.