Uses of Class
com.google.api.client.util.ExponentialBackOff
Packages that use ExponentialBackOff
Package
Description
Subset of HTTP 1.1 needed from the specification in RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1.
General utilities used throughout this library.
-
Uses of ExponentialBackOff in com.google.api.client.http
Fields in com.google.api.client.http declared as ExponentialBackOffModifier and TypeFieldDescriptionprivate final ExponentialBackOff
ExponentialBackOffPolicy.exponentialBackOff
Deprecated.Exponential backoff. -
Uses of ExponentialBackOff in com.google.api.client.util
Methods in com.google.api.client.util that return ExponentialBackOffModifier and TypeMethodDescriptionExponentialBackOff.Builder.build()
Builds a new instance ofExponentialBackOff
.