Uses of Package
org.apache.hc.client5.http.classic
Packages that use org.apache.hc.client5.http.classic
Package
Description
HTTP client APIs based on the classic (blocking) I/O model.
Caching API implementation for both the classic and
the asynchronous HTTP transports.
Classic HTTP client API implementation that supports HTTP/1.1 transport
only.
-
Classes in org.apache.hc.client5.http.classic used by org.apache.hc.client5.http.classicClassDescriptionRepresents a single element in the client side classic request execution chain.Execution runtime that provides access to the underlying connection endpoint and helps manager its life cycle.
-
Classes in org.apache.hc.client5.http.classic used by org.apache.hc.client5.http.impl.cacheClassDescriptionRepresents a single element in the client side classic request execution chain.Abstract request execution handler in a classic client side request execution chain.
-
Classes in org.apache.hc.client5.http.classic used by org.apache.hc.client5.http.impl.classicClassDescriptionRepresents a controller that dynamically adjusts the size of an available connection pool based on feedback from using the connections.When managing a dynamic number of connections for a given route, this strategy assesses whether a given request execution outcome should result in a backoff signal or not, based on either examining the
Throwable
that resulted or by examining the resulting response (e.g.Represents a single element in the client side classic request execution chain.Abstract request execution handler in a classic client side request execution chain.Execution runtime that provides access to the underlying connection endpoint and helps manager its life cycle.This interface represents only the most basic contract for HTTP request execution.