Package | Description |
---|---|
org.apache.http.impl.client |
Default implementations for interfaces in
org.apache.http.client . |
org.apache.http.impl.execchain |
Modifier and Type | Method and Description |
---|---|
protected ClientExecChain |
HttpClientBuilder.decorateMainExec(ClientExecChain mainExec) |
protected ClientExecChain |
HttpClientBuilder.decorateProtocolExec(ClientExecChain protocolExec) |
Modifier and Type | Method and Description |
---|---|
protected ClientExecChain |
HttpClientBuilder.decorateMainExec(ClientExecChain mainExec) |
protected ClientExecChain |
HttpClientBuilder.decorateProtocolExec(ClientExecChain protocolExec) |
Modifier and Type | Class and Description |
---|---|
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. |
Constructor and Description |
---|
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.