Package org.apache.http.impl.execchain

Interface Summary
ClientExecChain This interface represents an element in the HTTP request execution chain.
 

Class Summary
BackoffStrategyExec  
MainClientExec  
MinimalClientExec  
ProtocolExec  
RedirectExec  
RetryExec  
ServiceUnavailableRetryExec ClientExecChain implementation that can automatically retry the request in case of a non-2xx response using the ServiceUnavailableRetryStrategy interface.
 

Exception Summary
RequestAbortedException Signals that the request has been aborted.
TunnelRefusedException Signals that the tunnel request was rejected by the proxy host.
 



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