Uses of Interface
kong.unirest.core.RetryStrategy
-
Packages that use RetryStrategy Package Description kong.unirest.core -
-
Uses of RetryStrategy in kong.unirest.core
Classes in kong.unirest.core that implement RetryStrategy Modifier and Type Class Description static class
RetryStrategy.Standard
A standard implementation of the RetryStrategy which follows spec based Retry-After logic - Will attempt a retry on any 301, 429, 503, or 529 response which is accompanied by a Retry-After header.Fields in kong.unirest.core declared as RetryStrategy Modifier and Type Field Description private RetryStrategy
Config. retry
Methods in kong.unirest.core that return RetryStrategy Modifier and Type Method Description RetryStrategy
Config. getRetryStrategy()
Methods in kong.unirest.core with parameters of type RetryStrategy Modifier and Type Method Description Config
Config. retryAfter(RetryStrategy strategy)
Automatically retry synchronous requests on 429/529 responses with the Retry-After response header Default is false
-