Uses of Class
com.github.mizosoft.methanol.RetryInterceptor
-
Packages that use RetryInterceptor Package Description com.github.mizosoft.methanol -
-
Uses of RetryInterceptor in com.github.mizosoft.methanol
Methods in com.github.mizosoft.methanol that return RetryInterceptor Modifier and Type Method Description RetryInterceptorRetryInterceptor.Builder. build()Builds a newRetryInterceptorthat retries all requests based on the conditions specified so far.RetryInterceptorRetryInterceptor.Builder. build(java.util.function.BiPredicate<java.net.http.HttpRequest,Methanol.Interceptor.Chain<?>> selector)Builds a newRetryInterceptorthat only retries requests matched by the given predicate based on the conditions specified so far.RetryInterceptorRetryInterceptor.Builder. build(java.util.function.Predicate<java.net.http.HttpRequest> selector)Builds a newRetryInterceptorthat only retries requests matched by the given predicate based on the conditions specified so far.
-