RetryRequestInterceptor

class RetryRequestInterceptor(maxTries: Int = 3, delayBetweenRetry: Long = TimeUnit.SECONDS.toMillis(3)) : Interceptor

Constructors

Link copied to clipboard
constructor(maxTries: Int = 3, delayBetweenRetry: Long = TimeUnit.SECONDS.toMillis(3))

Functions

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