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 classRetryStrategy.StandardA 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 headerMethods in kong.unirest.core that return RetryStrategy Modifier and Type Method Description RetryStrategyConfig. getRetryStrategy()Methods in kong.unirest.core with parameters of type RetryStrategy Modifier and Type Method Description ConfigConfig. retryAfter(RetryStrategy strategy)Automatically retry synchronous requests on 429/529 responses with the Retry-After response header Default is false
-