|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientExecChain | |
---|---|
org.apache.http.impl.client | Default implementations for interfaces in
org.apache.http.client . |
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.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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |