Uses of Class
com.github.mizosoft.methanol.RetryInterceptor
Packages that use RetryInterceptor
-
Uses of RetryInterceptor in com.github.mizosoft.methanol
Methods in com.github.mizosoft.methanol that return RetryInterceptorModifier and TypeMethodDescriptionRetryInterceptor.Builder.build()Builds a newRetryInterceptorthat retries all requests based on the conditions specified so far.RetryInterceptor.Builder.build(BiPredicate<HttpRequest, Methanol.Interceptor.Chain<?>> selector) Builds a newRetryInterceptorthat only retries requests matched by the given predicate based on the conditions specified so far.RetryInterceptor.Builder.build(Predicate<HttpRequest> selector) Builds a newRetryInterceptorthat only retries requests matched by the given predicate based on the conditions specified so far.