public class RetryInterceptor extends Object implements okhttp3.Interceptor
| Modifier and Type | Field and Description |
|---|---|
static long |
retryDelay |
static boolean |
retryEnabled |
| Constructor and Description |
|---|
RetryInterceptor(RequestTransactionMetrics apiRequestMetrics) |
public static long retryDelay
public static boolean retryEnabled
public RetryInterceptor(RequestTransactionMetrics apiRequestMetrics)
public okhttp3.Response intercept(okhttp3.Interceptor.Chain chain)
throws IOException
intercept in interface okhttp3.InterceptorIOExceptionCopyright © 2020. All rights reserved.