Uses of Interface
kong.unirest.core.RetryStrategy
Packages that use RetryStrategy
-
Uses of RetryStrategy in kong.unirest.core
Classes in kong.unirest.core that implement RetryStrategyModifier and TypeClassDescriptionstatic class
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 RetryStrategyMethods in kong.unirest.core that return RetryStrategyMethods in kong.unirest.core with parameters of type RetryStrategyModifier and TypeMethodDescriptionConfig.retryAfter
(RetryStrategy strategy) Automatically retry synchronous requests on 429/529 responses with the Retry-After response header Default is false