Uses of Interface
org.apache.hc.client5.http.classic.HttpClient
Packages that use HttpClient
Package
Description
Classic HTTP client API implementation that supports HTTP/1.1 transport
only.
-
Uses of HttpClient in org.apache.hc.client5.http.impl.classic
Classes in org.apache.hc.client5.http.impl.classic that implement HttpClientModifier and TypeClassDescriptionclassBase implementation ofHttpClientthat also implementsModalCloseable.classMinimal implementation ofCloseableHttpClient.Constructors in org.apache.hc.client5.http.impl.classic with parameters of type HttpClientModifierConstructorDescriptionFutureRequestExecutionService(HttpClient httpClient, ExecutorService executorService) Create a new FutureRequestExecutionService. -
Uses of HttpClient in org.apache.hc.client5.http.impl.compat
Classes in org.apache.hc.client5.http.impl.compat that implement HttpClientModifier and TypeClassDescriptionclassCloseableHttpClientimplementation backed byCloseableHttpAsyncClientacting as a compatibility bridge with the classic APIs based on the standardInputStream/OutputStreammodel.