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 classCloseableHttpClientBase implementation ofHttpClientthat also implementsModalCloseable.(package private) classInternalHttpClientInternal implementation ofCloseableHttpClient.classMinimalHttpClientMinimal implementation ofCloseableHttpClient.Fields in org.apache.hc.client5.http.impl.classic declared as HttpClient Modifier and Type Field Description private HttpClientFutureRequestExecutionService. httpclientprivate HttpClientHttpRequestTaskCallable. httpclientConstructors 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)
-