Uses of Class
ai.vespa.util.http.hc4.retry.DelayedConnectionLevelRetryHandler.Builder
Packages that use DelayedConnectionLevelRetryHandler.Builder
-
Uses of DelayedConnectionLevelRetryHandler.Builder in ai.vespa.util.http.hc4.retry
Methods in ai.vespa.util.http.hc4.retry that return DelayedConnectionLevelRetryHandler.BuilderModifier and TypeMethodDescriptionDelayedConnectionLevelRetryHandler.Builder.onRetry(RetryConsumer<IOException> consumer) DelayedConnectionLevelRetryHandler.Builder.onRetryFailed(RetryFailedConsumer<IOException> consumer) DelayedConnectionLevelRetryHandler.Builder.retryFor(RetryPredicate<IOException> predicate) DelayedConnectionLevelRetryHandler.Builder.retryForExceptions(Predicate<IOException> predicate) DelayedConnectionLevelRetryHandler.Builder.retryForExceptions(List<Class<? extends IOException>> exceptionTypes) DelayedConnectionLevelRetryHandler.Builder.withExponentialBackoff(Duration startDelay, Duration maxDelay, int maxRetries) DelayedConnectionLevelRetryHandler.Builder.withFixedDelay(Duration delay, int maxRetries)