Uses of Interface
org.apache.http.client.HttpClient
Packages that use HttpClient
Package
Description
Client utility classes.
Default HTTP client implementation.
-
Uses of HttpClient in org.apache.http.client.utils
Methods in org.apache.http.client.utils with parameters of type HttpClientModifier and TypeMethodDescriptionstatic 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 HttpClientModifier and TypeClassDescriptionclassDeprecated.classDeprecated.(4.3) useHttpClientBuilder.classBase implementation ofHttpClientthat also implementsCloseable.classDeprecated.(4.2) useHttpClientBuilderclassDeprecated.(4.3) useHttpClientBuilderclassDeprecated.(4.3) useHttpClientBuildersee alsoCloseableHttpClient.classDeprecated.(4.3) useHttpClientBuilderMethods in org.apache.http.impl.client that return HttpClientModifier and TypeMethodDescriptionDecompressingHttpClient.getHttpClient()Deprecated.Gets the HttpClient to issue request.Constructors in org.apache.http.impl.client with parameters of type HttpClientModifierConstructorDescriptionAutoRetryHttpClient(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.FutureRequestExecutionService(HttpClient httpclient, ExecutorService executorService) Create a new FutureRequestExecutionService.
HttpClientBuilder.