net / com.drake.net.interceptor / RetryInterceptor
class RetryInterceptor : Interceptor
重试次数拦截器
Name | Summary |
---|---|
<init> | 重试次数拦截器RetryInterceptor(retryCount: Int = 3) |
Name | Summary |
---|---|
retryCount | 重试次数val retryCount: Int |
Name | Summary |
---|---|
intercept | fun intercept(chain: Chain): Response |