类 ForestRetryer
java.lang.Object
com.dtflys.forest.retryer.ForestRetryer
- 直接已知子类:
BackOffRetryer,NoneRetryer
Forest请求重试器
- 作者:
- gongjun [dt_flys@hotmail.com]
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明abstract voidintintintlong
-
字段详细资料
-
request
-
-
构造器详细资料
-
ForestRetryer
-
-
方法详细资料
-
getRequest
-
getMaxRetryCount
public int getMaxRetryCount() -
getMaxRetryInterval
public long getMaxRetryInterval() -
getCurrentRetryCount
public int getCurrentRetryCount() -
getAndIncrementCurrentRetryCount
public int getAndIncrementCurrentRetryCount() -
canRetry
- 抛出:
Throwable
-