Uses of Interface
io.avaje.http.client.RetryHandler
-
-
Uses of RetryHandler in io.avaje.http.client
Classes in io.avaje.http.client that implement RetryHandler Modifier and Type Class Description classSimpleRetryHandlerSimple retry with max attempts and linear backoff.Methods in io.avaje.http.client with parameters of type RetryHandler Modifier and Type Method Description HttpClientContext.BuilderHttpClientContext.Builder. retryHandler(RetryHandler retryHandler)Set a RetryHandler to use to retry requests.
-