Package io.harness.cf.client.connector
Class NewRetryInterceptor
- java.lang.Object
-
- io.harness.cf.client.connector.NewRetryInterceptor
-
- All Implemented Interfaces:
okhttp3.Interceptor
public class NewRetryInterceptor extends java.lang.Object implements okhttp3.Interceptor
-
-
Constructor Summary
Constructors Constructor Description NewRetryInterceptor(long retryBackoffDelay)NewRetryInterceptor(long maxTryCount, long retryBackoffDelay)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description okhttp3.Responseintercept(okhttp3.Interceptor.Chain chain)
-