index.md 702 B

net / com.drake.net.interceptor / RetryInterceptor

RetryInterceptor

class RetryInterceptor : Interceptor

重试次数拦截器

Constructors

Name Summary
<init> 重试次数拦截器RetryInterceptor(retryCount:Int= 3)

Properties

Name Summary
retryCount 重试次数val retryCount:Int

Functions

Name Summary
intercept fun intercept(chain: Chain): Response