Uses of Class
com.google.api.client.http.ExponentialBackOffPolicy.Builder
Packages that use ExponentialBackOffPolicy.Builder
Package
Description
Subset of HTTP 1.1 needed from the specification in RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1.
-
Uses of ExponentialBackOffPolicy.Builder in com.google.api.client.http
Methods in com.google.api.client.http that return ExponentialBackOffPolicy.BuilderModifier and TypeMethodDescriptionExponentialBackOffPolicy.builder()
Deprecated.Returns an instance of a new builder.ExponentialBackOffPolicy.Builder.setInitialIntervalMillis
(int initialIntervalMillis) Deprecated.Sets the initial retry interval in milliseconds.ExponentialBackOffPolicy.Builder.setMaxElapsedTimeMillis
(int maxElapsedTimeMillis) Deprecated.Sets the maximum elapsed time in milliseconds.ExponentialBackOffPolicy.Builder.setMaxIntervalMillis
(int maxIntervalMillis) Deprecated.Sets the maximum value of the back off period in milliseconds.ExponentialBackOffPolicy.Builder.setMultiplier
(double multiplier) Deprecated.Sets the value to multiply the current interval with for each retry attempt.ExponentialBackOffPolicy.Builder.setNanoClock
(NanoClock nanoClock) Deprecated.Sets the nano clock (NanoClock.SYSTEM
by default).ExponentialBackOffPolicy.Builder.setRandomizationFactor
(double randomizationFactor) Deprecated.Sets the randomization factor to use for creating a range around the retry interval.Constructors in com.google.api.client.http with parameters of type ExponentialBackOffPolicy.BuilderModifierConstructorDescriptionprotected
Deprecated.