Uses of Interface
com.google.api.client.util.BackOff
Packages that use BackOff
Package
Description
Subset of HTTP 1.1 needed from the specification in RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1.
Beta
Testing utilities used for writing tests based on this library.
General utilities used throughout this library.
-
Uses of BackOff in com.google.api.client.http
Fields in com.google.api.client.http declared as BackOffModifier and TypeFieldDescriptionprivate final BackOff
HttpBackOffIOExceptionHandler.backOff
Back-off policy.private final BackOff
HttpBackOffUnsuccessfulResponseHandler.backOff
Back-off policy.Methods in com.google.api.client.http that return BackOffModifier and TypeMethodDescriptionfinal BackOff
HttpBackOffIOExceptionHandler.getBackOff()
Returns the back-off.final BackOff
HttpBackOffUnsuccessfulResponseHandler.getBackOff()
Returns the back-off.Constructors in com.google.api.client.http with parameters of type BackOffModifierConstructorDescriptionHttpBackOffIOExceptionHandler
(BackOff backOff) Constructs a new instance from aBackOff
.Constructs a new instance from aBackOff
. -
Uses of BackOff in com.google.api.client.testing.util
Classes in com.google.api.client.testing.util that implement BackOffModifier and TypeClassDescriptionclass
-
Uses of BackOff in com.google.api.client.util
Classes in com.google.api.client.util that implement BackOffModifier and TypeClassDescriptionclass
Implementation ofBackOff
that increases the back off period for each retry attempt using a randomization function that grows exponentially.Fields in com.google.api.client.util declared as BackOffModifier and TypeFieldDescriptionstatic final BackOff
BackOff.STOP_BACKOFF
Fixed back-off policy that always returns#STOP
fornextBackOffMillis()
, meaning that the operation should not be retried.static final BackOff
BackOff.ZERO_BACKOFF
Fixed back-off policy whose back-off time is always zero, meaning that the operation is retried immediately without waiting.Methods in com.google.api.client.util with parameters of type BackOff