public class HttpRequestRetryHandlerHelper
extends java.lang.Object
implements org.apache.http.client.HttpRequestRetryHandler
Description:
Copyright (c) 2018
| Constructor and Description |
|---|
HttpRequestRetryHandlerHelper(CustomHttpRequestRetryHandler httpRequestRetryHandler,
ClientConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
retryRequest(java.io.IOException exception,
int executionCount,
org.apache.http.protocol.HttpContext context) |
public HttpRequestRetryHandlerHelper(CustomHttpRequestRetryHandler httpRequestRetryHandler, ClientConfiguration configuration)