Interface | Description |
---|---|
ClientExecChain |
This interface represents an element in the HTTP request execution chain.
|
Class | Description |
---|---|
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 | Description |
---|---|
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.