Uses of Class
org.mineskin.request.backoff.ExponentialBackoff
Packages that use ExponentialBackoff
-
Uses of ExponentialBackoff in org.mineskin.request.backoff
Methods in org.mineskin.request.backoff that return ExponentialBackoffModifier and TypeMethodDescriptionstatic ExponentialBackoffRequestInterval.exponential()ExponentialBackoff.withFreeAttempts(int freeAttempts) ExponentialBackoff.withInitialDelay(int initialDelayMillis) ExponentialBackoff.withMaxDelay(int maxDelayMillis) ExponentialBackoff.withMultiplier(double multiplier)