Uses of Package
org.apache.hc.client5.http.impl.classic
-
Packages that use org.apache.hc.client5.http.impl.classic Package Description org.apache.hc.client5.http.fluent Simple facade APIs for HttpClient based on the concept of a fluent interface.org.apache.hc.client5.http.impl.cache Caching API implementation for both the classic and the asynchronous HTTP transports.org.apache.hc.client5.http.impl.classic 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.fluent Class Description AbstractHttpClientResponseHandler A genericHttpClientResponseHandler
that works with the response entity for successful (2xx) responses.CloseableHttpClient Base implementation ofHttpClient
that also implementsModalCloseable
. -
Classes in org.apache.hc.client5.http.impl.classic used by org.apache.hc.client5.http.impl.cache Class Description CloseableHttpClient Base implementation ofHttpClient
that also implementsModalCloseable
.HttpClientBuilder Builder forCloseableHttpClient
instances.