程序包 gateway.api
类 HttpClientHelper.InnerHttpRequestRetryHandler
java.lang.Object
gateway.api.HttpClientHelper.InnerHttpRequestRetryHandler
- 所有已实现的接口:
org.apache.http.client.HttpRequestRetryHandler
- 封闭类:
- HttpClientHelper
private static class HttpClientHelper.InnerHttpRequestRetryHandler
extends Object
implements org.apache.http.client.HttpRequestRetryHandler
-
字段概要
字段 -
构造器概要
构造器限定符构造器说明private -
方法概要
修饰符和类型方法说明booleanretryRequest(IOException exception, int executionCount, org.apache.http.protocol.HttpContext context)
-
字段详细资料
-
prop
-
-
构造器详细资料
-
InnerHttpRequestRetryHandler
-
-
方法详细资料
-
retryRequest
public boolean retryRequest(IOException exception, int executionCount, org.apache.http.protocol.HttpContext context) - 指定者:
retryRequest在接口中org.apache.http.client.HttpRequestRetryHandler
-