Uses of Package
org.apache.hc.client5.http.impl.classic
Packages that use org.apache.hc.client5.http.impl.classic
Package
Description
Simple facade APIs for HttpClient based on the concept of
a fluent interface.
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.impl.classic used by org.apache.hc.client5.http.fluentClassDescriptionA generic
HttpClientResponseHandler
that works with the response entity for successful (2xx) responses.Base implementation ofHttpClient
that also implementsModalCloseable
. -
Classes in org.apache.hc.client5.http.impl.classic used by org.apache.hc.client5.http.impl.cacheClassDescriptionBase implementation of
HttpClient
that also implementsModalCloseable
.Builder forCloseableHttpClient
instances. -
Classes in org.apache.hc.client5.http.impl.classic used by org.apache.hc.client5.http.impl.classicClassDescriptionAbstractBackoff is an abstract class that provides a common implementation for managing backoff behavior in HttpClient connection pool.A generic
HttpClientResponseHandler
that works with the response entity for successful (2xx) responses.Deprecated.Base implementation ofHttpClient
that also implementsModalCloseable
.Provided for backward compatibility with HttpClient 4.x.Collection of different counters used to gather metrics forFutureRequestExecutionService
.A counter that can measure duration and number of events.Builder forCloseableHttpClient
instances.Minimal implementation ofCloseableHttpClient
.
ClassicRequestBuilder