Uses of Package
org.apache.http.impl.client
-
Packages that use org.apache.http.impl.client Package Description org.apache.http.client.fluent Simple facade APIs for HttpClient based on the concept of a fluent interface.org.apache.http.impl.client Default HTTP client implementation.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.fluent Class Description AbstractResponseHandler A genericResponseHandler
that works with the response entity for successful (2xx) responses. -
Classes in org.apache.http.impl.client used by org.apache.http.impl.client Class Description AbstractAuthenticationHandler Deprecated.(4.2) useAuthenticationStrategy
AbstractHttpClient Deprecated.(4.3) useHttpClientBuilder
.AbstractResponseHandler A genericResponseHandler
that works with the response entity for successful (2xx) responses.AuthenticationStrategyImpl BasicCredentialsProvider Default implementation ofCredentialsProvider
.ClientParamsStack Deprecated.(4.3) use configuration classes provided 'org.apache.http.config' and 'org.apache.http.client.config'Clock Interface used to enable easier testing of time-related behavior.CloseableHttpClient Base implementation ofHttpClient
that also implementsCloseable
.DefaultClientConnectionReuseStrategy DefaultConnectionKeepAliveStrategy Default implementation of a strategy deciding duration that a connection can remain idle.DefaultHttpClient Deprecated.(4.3) useHttpClientBuilder
see alsoCloseableHttpClient
.DefaultHttpRequestRetryHandler The defaultHttpRequestRetryHandler
used by request executors.DefaultRedirectStrategy Default implementation ofRedirectStrategy
.DefaultUserTokenHandler Default implementation ofUserTokenHandler
.FutureRequestExecutionMetrics Collection of different counters used to gather metrics forFutureRequestExecutionService
.FutureRequestExecutionMetrics.DurationCounter A counter that can measure duration and number of events.HttpAuthenticator Deprecated.(4.3) reserved for internal use.HttpClientBuilder Builder forCloseableHttpClient
instances.HttpRequestFutureTask FutureTask implementation that wraps a HttpAsyncClientCallable and exposes various task specific metrics.HttpRequestTaskCallable LaxRedirectStrategy LaxRedirectStrategy
implementation that automatically redirects all HEAD, GET, POST, and DELETE requests.NoopUserTokenHandler Noop implementation ofUserTokenHandler
that always returnsnull
.ProxyAuthenticationStrategy DefaultAuthenticationStrategy
implementation for proxy host authentication.RequestWrapper Deprecated.(4.3) do not use.RoutedRequest Deprecated.(4.3) do not use.TargetAuthenticationStrategy DefaultAuthenticationStrategy
implementation for proxy host authentication. -
Classes in org.apache.http.impl.client used by org.apache.http.impl.client.cache Class Description CloseableHttpClient Base implementation ofHttpClient
that also implementsCloseable
.HttpClientBuilder Builder forCloseableHttpClient
instances.