Uses of Interface
io.avaje.http.client.RetryHandler
-
Uses of RetryHandler in io.avaje.http.client
Classes in io.avaje.http.client that implement RetryHandlerModifier and TypeClassDescriptionclass
Simple retry with max attempts and linear backoff.Methods in io.avaje.http.client that return RetryHandlerModifier and TypeMethodDescriptionHttpClient.Builder.State.retryHandler()
Return the retry handler.Methods in io.avaje.http.client with parameters of type RetryHandlerModifier and TypeMethodDescriptionHttpClient.Builder.retryHandler
(RetryHandler retryHandler) Set a RetryHandler to use to retry requests.