Package com.flagright.api.core
Class RetryInterceptor
- java.lang.Object
-
- com.flagright.api.core.RetryInterceptor
-
- All Implemented Interfaces:
okhttp3.Interceptor
public class RetryInterceptor extends java.lang.Object implements okhttp3.Interceptor
-
-
Constructor Summary
Constructors Constructor Description RetryInterceptor(int maxRetries)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description okhttp3.Responseintercept(okhttp3.Interceptor.Chain chain)
-