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 void
HttpClientUtils.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 TypeClassDescriptionclass
Deprecated.class
Deprecated.(4.3) useHttpClientBuilder
.class
Base implementation ofHttpClient
that also implementsCloseable
.class
Deprecated.(4.2) useHttpClientBuilder
class
Deprecated.(4.3) useHttpClientBuilder
class
Deprecated.(4.3) useHttpClientBuilder
see alsoCloseableHttpClient
.class
Deprecated.(4.3) useHttpClientBuilder
Methods 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 aAutoRetryHttpClient
with default caching settings that stores cache entries in memory and uses the givenHttpClient
for 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
.