Uses of Interface
org.apache.http.client.HttpClient
-
Packages that use HttpClient Package Description org.apache.http.client.utils Client utility classes.org.apache.http.impl.client Default HTTP client implementation. -
-
Uses of HttpClient in org.apache.http.client.utils
Methods in org.apache.http.client.utils with parameters of type HttpClient Modifier and Type Method Description static voidHttpClientUtils. closeQuietly(HttpClient httpClient)Unconditionally close a httpClient. -
Uses of HttpClient in org.apache.http.impl.client
Classes in org.apache.http.impl.client that implement HttpClient Modifier and Type Class Description classAbstractHttpClientDeprecated.(4.3) useHttpClientBuilder.classAutoRetryHttpClientDeprecated.(4.3) useHttpClientBuilder.classCloseableHttpClientBase implementation ofHttpClientthat also implementsCloseable.classContentEncodingHttpClientDeprecated.(4.2) useHttpClientBuilderclassDecompressingHttpClientDeprecated.(4.3) useHttpClientBuilderclassDefaultHttpClientDeprecated.(4.3) useHttpClientBuildersee alsoCloseableHttpClient.(package private) classInternalHttpClientInternal class.(package private) classMinimalHttpClientInternal class.classSystemDefaultHttpClientDeprecated.(4.3) useHttpClientBuilderFields in org.apache.http.impl.client declared as HttpClient Modifier and Type Field Description private HttpClientAutoRetryHttpClient. backendDeprecated.private HttpClientDecompressingHttpClient. backendDeprecated.private HttpClientFutureRequestExecutionService. httpclientprivate HttpClientHttpRequestTaskCallable. httpclientMethods in org.apache.http.impl.client that return HttpClient Modifier and Type Method Description HttpClientDecompressingHttpClient. getHttpClient()Deprecated.Gets the HttpClient to issue request.Constructors in org.apache.http.impl.client with parameters of type HttpClient Constructor Description AutoRetryHttpClient(HttpClient client)Deprecated.Constructs aAutoRetryHttpClientwith default caching settings that stores cache entries in memory and uses the givenHttpClientfor backend requests.AutoRetryHttpClient(HttpClient client, ServiceUnavailableRetryStrategy retryStrategy)Deprecated.DecompressingHttpClient(HttpClient backend)Deprecated.Constructs a decorator to ask for and handle compressed entities on the fly.DecompressingHttpClient(HttpClient backend, org.apache.http.HttpRequestInterceptor requestInterceptor, org.apache.http.HttpResponseInterceptor responseInterceptor)Deprecated.FutureRequestExecutionService(HttpClient httpclient, java.util.concurrent.ExecutorService executorService)Create a new FutureRequestExecutionService.HttpRequestTaskCallable(HttpClient httpClient, HttpUriRequest request, org.apache.http.protocol.HttpContext context, ResponseHandler<V> responseHandler, org.apache.http.concurrent.FutureCallback<V> callback, FutureRequestExecutionMetrics metrics)
-