Uses of Interface
com.ibm.cloud.sdk.core.http.IRetryInterceptor
-
Packages that use IRetryInterceptor Package Description com.ibm.cloud.sdk.core.http -
-
Uses of IRetryInterceptor in com.ibm.cloud.sdk.core.http
Classes in com.ibm.cloud.sdk.core.http that implement IRetryInterceptor Modifier and Type Class Description classRetryInterceptorThis class is an okhttp Interceptor implementation that will try to automatically retry failed requests, based on the type of failure that occurred.Methods in com.ibm.cloud.sdk.core.http that return IRetryInterceptor Modifier and Type Method Description IRetryInterceptorIRetryStrategy. createRetryInterceptor(int maxRetries, int maxRetryInterval, Authenticator authenticator)Return an implementation of theIRetryInterceptorinterface that is capable of retrying failed requests.
-