Uses of Interface
io.avaje.http.client.RetryHandler
-
Uses of RetryHandler in io.avaje.http.client
Modifier and TypeClassDescriptionclass
Simple retry with max attempts and linear backoff.Modifier and TypeMethodDescriptionHttpClient.Builder.State.retryHandler()
Return the retry handler.Modifier and TypeMethodDescriptionHttpClient.Builder.retryHandler
(RetryHandler retryHandler) Set a RetryHandler to use to retry requests.