Uses of Interface
org.apache.hc.client5.http.classic.HttpClient
-
Packages that use HttpClient Package Description org.apache.hc.client5.http.impl.classic 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 HttpClient Modifier and Type Class Description class
CloseableHttpClient
Base implementation ofHttpClient
that also implementsModalCloseable
.(package private) class
InternalHttpClient
Internal implementation ofCloseableHttpClient
.class
MinimalHttpClient
Minimal implementation ofCloseableHttpClient
.Fields in org.apache.hc.client5.http.impl.classic declared as HttpClient Modifier and Type Field Description private HttpClient
FutureRequestExecutionService. httpclient
private HttpClient
HttpRequestTaskCallable. httpclient
Constructors in org.apache.hc.client5.http.impl.classic with parameters of type HttpClient Constructor Description FutureRequestExecutionService(HttpClient httpclient, java.util.concurrent.ExecutorService executorService)
Create a new FutureRequestExecutionService.HttpRequestTaskCallable(HttpClient httpClient, org.apache.hc.core5.http.ClassicHttpRequest request, org.apache.hc.core5.http.protocol.HttpContext context, org.apache.hc.core5.http.io.HttpClientResponseHandler<V> responseHandler, org.apache.hc.core5.concurrent.FutureCallback<V> callback, FutureRequestExecutionMetrics metrics)
-