Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.http.impl.client Classes and Interfaces - 43 results found.
NameDescriptionTypePackageFramework
AbstractAuthenticationHandlerBase class for AuthenticationHandler implementations.Classorg.apache.http.impl.clientApache HttpComponents
AbstractHttpClientBase class for HttpClient implementations.Classorg.apache.http.impl.clientApache HttpComponents
AIMDBackoffManagerThe AIMDBackoffManager applies an additive increase, multiplicative decrease (AIMD) to managing a dynamic limit toClassorg.apache.http.impl.clientApache HttpComponents
AutoRetryHttpClientHttpClient implementation that can automatically retry the request in case of a non-2xx response using the ServiceUnavailableRetryStrategy interface.Classorg.apache.http.impl.clientApache HttpComponents
BasicAuthCacheDefault implementation of AuthCache.Classorg.apache.http.impl.clientApache HttpComponents
BasicCookieStoreDefault implementation of CookieStoreSince:4.Classorg.apache.http.impl.clientApache HttpComponents
BasicCredentialsProviderDefault implementation of CredentialsProvider.Classorg.apache.http.impl.clientApache HttpComponents
BasicResponseHandlerA ResponseHandler that returns the response body as a String for successful (2xx) responses.Classorg.apache.http.impl.clientApache HttpComponents
ClientParamsStackRepresents a stack of parameter collections.Classorg.apache.http.impl.clientApache HttpComponents
CloseableHttpClientBase implementation of HttpClient that also implements Closeable.Classorg.apache.http.impl.clientApache HttpComponents
ContentEncodingHttpClientDefaultHttpClient sub-class which includes a RequestAcceptEncoding for the request and response.Classorg.apache.http.impl.clientApache HttpComponents
DecompressingHttpClientDecorator adding support for compressed responses.Classorg.apache.http.impl.clientApache HttpComponents
DefaultBackoffStrategyThis ConnectionBackoffStrategy backs off either for a raw network socket or connection timeout or if the server explicitlyClassorg.apache.http.impl.clientApache HttpComponents
DefaultConnectionKeepAliveStrategyDefault implementation of a strategy deciding duration that a connection can remain idle.Classorg.apache.http.impl.clientApache HttpComponents
DefaultHttpClientDefault implementation of HttpClient pre-configured for most common use scenarios.Classorg.apache.http.impl.clientApache HttpComponents
DefaultHttpRequestRetryHandlerThe default HttpRequestRetryHandler used by request executors.Classorg.apache.http.impl.clientApache HttpComponents
DefaultProxyAuthenticationHandlerDefault AuthenticationHandler implementation for proxy host authentication.Classorg.apache.http.impl.clientApache HttpComponents
DefaultRedirectHandlerDefault implementation of RedirectHandler.Classorg.apache.http.impl.clientApache HttpComponents
DefaultRedirectStrategyDefault implementation of RedirectStrategy.Classorg.apache.http.impl.clientApache HttpComponents
DefaultRequestDirectorDefault implementation of RequestDirector.Classorg.apache.http.impl.clientApache HttpComponents
DefaultServiceUnavailableRetryStrategyDefault implementation of the ServiceUnavailableRetryStrategy interface.Classorg.apache.http.impl.clientApache HttpComponents
DefaultTargetAuthenticationHandlerDefault AuthenticationHandler implementation for target host authentication.Classorg.apache.http.impl.clientApache HttpComponents
DefaultUserTokenHandlerDefault implementation of UserTokenHandler.Classorg.apache.http.impl.clientApache HttpComponents
EntityEnclosingRequestWrapperA wrapper class for HttpEntityEnclosingRequests that can be used to change properties of the current request withoutClassorg.apache.http.impl.clientApache HttpComponents
FutureRequestExecutionMetricsCollection of different counters used to gather metrics for FutureRequestExecutionService.Classorg.apache.http.impl.clientApache HttpComponents
FutureRequestExecutionServiceHttpAsyncClientWithFuture wraps calls to execute with a HttpRequestFutureTask and schedules them using the provided executor service.Classorg.apache.http.impl.clientApache HttpComponents
HttpAuthenticatorClassorg.apache.http.impl.clientApache HttpComponents
HttpClientBuilderBuilder for CloseableHttpClient instances.Classorg.apache.http.impl.clientApache HttpComponents
HttpClientsFactory methods for CloseableHttpClient instances.Classorg.apache.http.impl.clientApache HttpComponents
HttpRequestFutureTaskClassorg.apache.http.impl.clientApache HttpComponents
LaxRedirectStrategyLax RedirectStrategy implementation that automatically redirects all HEAD, GET and POST requests.Classorg.apache.http.impl.clientApache HttpComponents
NoopUserTokenHandlerNoop implementation of UserTokenHandler that always returns null.Classorg.apache.http.impl.clientApache HttpComponents
NullBackoffStrategyThis is a ConnectionBackoffStrategy that never backs off, for compatibility with existing behavior.Classorg.apache.http.impl.clientApache HttpComponents
ProxyAuthenticationStrategyDefault AuthenticationStrategy implementation for proxy host authentication.Classorg.apache.http.impl.clientApache HttpComponents
ProxyClientProxyClient can be used to establish a tunnel via an HTTP proxy.Classorg.apache.http.impl.clientApache HttpComponents
RedirectLocationsThis class represents a collection of URIs used as redirect locations.Classorg.apache.http.impl.clientApache HttpComponents
RequestWrapperA wrapper class for HttpRequests that can be used to change properties of the current request without modifying the originalClassorg.apache.http.impl.clientApache HttpComponents
RoutedRequestA request with the route along which it should be sent.Classorg.apache.http.impl.clientApache HttpComponents
StandardHttpRequestRetryHandlerHttpRequestRetryHandler which assumes that all requested HTTP methods which should be idempotent accordingClassorg.apache.http.impl.clientApache HttpComponents
SystemDefaultCredentialsProviderClassorg.apache.http.impl.clientApache HttpComponents
SystemDefaultHttpClientAn extension of DefaultHttpClient pre-configured using system properties.Classorg.apache.http.impl.clientApache HttpComponents
TargetAuthenticationStrategyDefault AuthenticationStrategy implementation for proxy host authentication.Classorg.apache.http.impl.clientApache HttpComponents
TunnelRefusedExceptionSignals that the tunnel request was rejected by the proxy host.Classorg.apache.http.impl.clientApache HttpComponents