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