Uses of Interface
com.google.api.client.util.Sleeper
-
Packages that use Sleeper 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.testing.util Beta
Testing utilities used for writing tests based on this library.com.google.api.client.util General utilities used throughout this library. -
-
Uses of Sleeper in com.google.api.client.http
Fields in com.google.api.client.http declared as Sleeper Modifier and Type Field Description private SleeperHttpBackOffIOExceptionHandler. sleeperSleeper.private SleeperHttpBackOffUnsuccessfulResponseHandler. sleeperSleeper.private SleeperHttpRequest. sleeperSleeper.Methods in com.google.api.client.http that return Sleeper Modifier and Type Method Description SleeperHttpBackOffIOExceptionHandler. getSleeper()Returns the sleeper.SleeperHttpBackOffUnsuccessfulResponseHandler. getSleeper()Returns the sleeper.SleeperHttpRequest. getSleeper()Returns the sleeper.Methods in com.google.api.client.http with parameters of type Sleeper Modifier and Type Method Description HttpBackOffIOExceptionHandlerHttpBackOffIOExceptionHandler. setSleeper(Sleeper sleeper)Sets the sleeper.HttpBackOffUnsuccessfulResponseHandlerHttpBackOffUnsuccessfulResponseHandler. setSleeper(Sleeper sleeper)Sets the sleeper.HttpRequestHttpRequest. setSleeper(Sleeper sleeper)Sets the sleeper. -
Uses of Sleeper in com.google.api.client.testing.util
Classes in com.google.api.client.testing.util that implement Sleeper Modifier and Type Class Description classMockSleeper -
Uses of Sleeper in com.google.api.client.util
Fields in com.google.api.client.util declared as Sleeper Modifier and Type Field Description static SleeperSleeper. DEFAULTProvides the default implementation based onThread.sleep(long).Methods in com.google.api.client.util with parameters of type Sleeper Modifier and Type Method Description static booleanBackOffUtils. next(Sleeper sleeper, BackOff backOff)Runs the next iteration of the back-off policy, and returns whether to continue to retry the operation.
-