RetryInterceptor

class RetryInterceptor(retryCount: Int) : Interceptor

重试次数拦截器

Constructors

RetryInterceptor
Link copied to clipboard
fun RetryInterceptor(retryCount: Int = 3)

Functions

intercept
Link copied to clipboard
open override fun intercept(chain: Interceptor.Chain): Response

Properties

retryCount
Link copied to clipboard
val retryCount: Int = 3
重试次数