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.classSystemDefaultHttpClientDeprecated.(4.3) useHttpClientBuilderMethods 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.FutureRequestExecutionService(HttpClient httpclient, java.util.concurrent.ExecutorService executorService)Create a new FutureRequestExecutionService.
-