public class RetryInterceptor
extends java.lang.Object
implements com.squareup.okhttp.Interceptor
| Constructor and Description |
|---|
RetryInterceptor() |
RetryInterceptor(int retryCount,
int retryTimeout) |
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Response |
intercept(com.squareup.okhttp.Interceptor.Chain chain) |