Uses of Interface
com.google.api.client.util.Sleeper
Packages that use Sleeper
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 Sleeper in com.google.api.client.http
Fields in com.google.api.client.http declared as SleeperModifier and TypeFieldDescriptionprivate Sleeper
HttpBackOffIOExceptionHandler.sleeper
Sleeper.private Sleeper
HttpBackOffUnsuccessfulResponseHandler.sleeper
Sleeper.private Sleeper
HttpRequest.sleeper
Sleeper.Methods in com.google.api.client.http that return SleeperModifier and TypeMethodDescriptionfinal Sleeper
HttpBackOffIOExceptionHandler.getSleeper()
Returns the sleeper.final Sleeper
HttpBackOffUnsuccessfulResponseHandler.getSleeper()
Returns the sleeper.HttpRequest.getSleeper()
Returns the sleeper.Methods in com.google.api.client.http with parameters of type SleeperModifier and TypeMethodDescriptionHttpBackOffIOExceptionHandler.setSleeper
(Sleeper sleeper) Sets the sleeper.HttpBackOffUnsuccessfulResponseHandler.setSleeper
(Sleeper sleeper) Sets the sleeper.HttpRequest.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 -
Uses of Sleeper in com.google.api.client.util
Fields in com.google.api.client.util declared as SleeperModifier and TypeFieldDescriptionstatic final Sleeper
Sleeper.DEFAULT
Provides the default implementation based onThread.sleep(long)
.Methods in com.google.api.client.util with parameters of type Sleeper