Uses of Interface
org.apache.http.impl.execchain.ClientExecChain

Packages that use ClientExecChain
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. 
org.apache.http.impl.execchain   
 

Uses of ClientExecChain in org.apache.http.impl.client
 

Methods in org.apache.http.impl.client that return ClientExecChain
protected  ClientExecChain HttpClientBuilder.decorateMainExec(ClientExecChain mainExec)
           
protected  ClientExecChain HttpClientBuilder.decorateProtocolExec(ClientExecChain protocolExec)
           
 

Methods in org.apache.http.impl.client with parameters of type ClientExecChain
protected  ClientExecChain HttpClientBuilder.decorateMainExec(ClientExecChain mainExec)
           
protected  ClientExecChain HttpClientBuilder.decorateProtocolExec(ClientExecChain protocolExec)
           
 

Uses of ClientExecChain in org.apache.http.impl.client.cache
 

Classes in org.apache.http.impl.client.cache that implement ClientExecChain
 class CachingExec
          CachingExec is intended to transparently add client-side caching to the HttpClient execution chain.
 

Methods in org.apache.http.impl.client.cache that return ClientExecChain
protected  ClientExecChain CachingHttpClientBuilder.decorateMainExec(ClientExecChain mainExec)
           
 

Methods in org.apache.http.impl.client.cache with parameters of type ClientExecChain
protected  ClientExecChain CachingHttpClientBuilder.decorateMainExec(ClientExecChain mainExec)
           
 

Constructors in org.apache.http.impl.client.cache with parameters of type ClientExecChain
CachingExec(ClientExecChain backend)
           
CachingExec(ClientExecChain backend, org.apache.http.impl.client.cache.HttpCache cache, CacheConfig config)
           
CachingExec(ClientExecChain backend, org.apache.http.impl.client.cache.HttpCache cache, CacheConfig config, org.apache.http.impl.client.cache.AsynchronousValidator asynchRevalidator)
           
CachingExec(ClientExecChain backend, ResourceFactory resourceFactory, HttpCacheStorage storage, CacheConfig config)
           
 

Uses of ClientExecChain in org.apache.http.impl.execchain
 

Classes in org.apache.http.impl.execchain that implement ClientExecChain
 class BackoffStrategyExec
           
 class MainClientExec
           
 class MinimalClientExec
           
 class ProtocolExec
           
 class RedirectExec
           
 class RetryExec
           
 class ServiceUnavailableRetryExec
          ClientExecChain implementation that can automatically retry the request in case of a non-2xx response using the ServiceUnavailableRetryStrategy interface.
 

Constructors in org.apache.http.impl.execchain with parameters of type ClientExecChain
BackoffStrategyExec(ClientExecChain requestExecutor, ConnectionBackoffStrategy connectionBackoffStrategy, BackoffManager backoffManager)
           
ProtocolExec(ClientExecChain requestExecutor, HttpProcessor httpProcessor)
           
RedirectExec(ClientExecChain requestExecutor, HttpRoutePlanner routePlanner, RedirectStrategy redirectStrategy)
           
RetryExec(ClientExecChain requestExecutor, HttpRequestRetryHandler retryHandler)
           
ServiceUnavailableRetryExec(ClientExecChain requestExecutor, ServiceUnavailableRetryStrategy retryStrategy)
           
 



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