| Package | Description |
|---|---|
| org.apache.hc.client5.http.impl | |
| org.apache.hc.client5.http.impl.async |
Asynchronous HTTP client API implementation that supports both
HTTP/2 and HTTP/1.1 transport.
|
| org.apache.hc.client5.http.impl.classic |
Classic HTTP client API implementation that supports HTTP/1.1 transport
only.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultHttpRequestRetryHandler
The default
HttpRequestRetryHandler used by request executors. |
| Modifier and Type | Method and Description |
|---|---|
HttpAsyncClientBuilder |
HttpAsyncClientBuilder.setRetryHandler(HttpRequestRetryHandler retryHandler)
Assigns
HttpRequestRetryHandler instance. |
Http2AsyncClientBuilder |
Http2AsyncClientBuilder.setRetryHandler(HttpRequestRetryHandler retryHandler)
Assigns
HttpRequestRetryHandler instance. |
| Constructor and Description |
|---|
AsyncRetryExec(HttpRequestRetryHandler retryHandler) |
| Modifier and Type | Method and Description |
|---|---|
HttpClientBuilder |
HttpClientBuilder.setRetryHandler(HttpRequestRetryHandler retryHandler)
Assigns
HttpRequestRetryHandler instance. |
| Constructor and Description |
|---|
RetryExec(HttpRequestRetryHandler retryHandler) |
Copyright © 1999–2018 The Apache Software Foundation. All rights reserved.