public class RetryInterceptor extends Object implements okhttp3.Interceptor
| Modifier and Type | Field | Description |
|---|---|---|
static long |
retryDelay |
|
static boolean |
retryEnabled |
| Constructor | 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 © 2026. All rights reserved.