public class HttpRequestRetryHandlerHelper
extends java.lang.Object
implements org.apache.http.client.HttpRequestRetryHandler
Description:
Copyright (c) 2018
| 构造器和说明 |
|---|
HttpRequestRetryHandlerHelper(CustomHttpRequestRetryHandler httpRequestRetryHandler,
ClientConfiguration configuration) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
retryRequest(java.io.IOException exception,
int executionCount,
org.apache.http.protocol.HttpContext context) |
public HttpRequestRetryHandlerHelper(CustomHttpRequestRetryHandler httpRequestRetryHandler, ClientConfiguration configuration)