Uses of Package
org.apache.http.impl.client

Packages that use org.apache.http.impl.client
org.apache.http.client.utils Helpers and utility classes for HttpClient
org.apache.http.impl.client Default implementations for interfaces in org.apache.http.client
org.apache.http.impl.client.cache This package contains a cache module that can be used for HTTP/1.1 client-side caching. 
 

Classes in org.apache.http.impl.client used by org.apache.http.client.utils
CloseableHttpClient
          Minimal implementation of HttpClient that also implements Closeable.
 

Classes in org.apache.http.impl.client used by org.apache.http.impl.client
AbstractAuthenticationHandler
          Deprecated. (4.2) use AuthenticationStrategy
AbstractHttpClient
          Deprecated. (4.3) use HttpClientBuilder.
ClientParamsStack
          Deprecated. (4.3) use DefaultedHttpParams
CloseableHttpClient
          Minimal implementation of HttpClient that also implements Closeable.
DefaultConnectionKeepAliveStrategy
          Default implementation of a strategy deciding duration that a connection can remain idle.
DefaultHttpClient
          Deprecated. (4.3) use HttpClientBuilder.
DefaultHttpRequestRetryHandler
          The default HttpRequestRetryHandler used by request executors.
DefaultRedirectStrategy
          Default implementation of RedirectStrategy.
DefaultUserTokenHandler
          Default implementation of UserTokenHandler.
FutureRequestExecutionMetrics
          Collection of different counters used to gather metrics for FutureRequestExecutionService.
HttpClientBuilder
          HttpClient builder.
HttpRequestFutureTask
          FutureTask implementation that wraps a HttpAsyncClientCallable and exposes various task specific metrics.
NoopUserTokenHandler
          Noop implementation of UserTokenHandler that always returns null.
ProxyAuthenticationStrategy
          Default AuthenticationStrategy implementation for proxy host authentication.
RequestWrapper
          Deprecated. (4.3) do not use.
RoutedRequest
          Deprecated. (4.3) do not use.
TargetAuthenticationStrategy
          Default AuthenticationStrategy implementation for proxy host authentication.
 

Classes in org.apache.http.impl.client used by org.apache.http.impl.client.cache
CloseableHttpClient
          Minimal implementation of HttpClient that also implements Closeable.
HttpClientBuilder
          HttpClient builder.
 



Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.