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 SleeperHttpBackOffIOExceptionHandler.sleeperSleeper.private SleeperHttpBackOffUnsuccessfulResponseHandler.sleeperSleeper.private SleeperHttpRequest.sleeperSleeper.Methods in com.google.api.client.http that return SleeperModifier and TypeMethodDescriptionfinal SleeperHttpBackOffIOExceptionHandler.getSleeper()Returns the sleeper.final SleeperHttpBackOffUnsuccessfulResponseHandler.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 SleeperSleeper.DEFAULTProvides the default implementation based onThread.sleep(long).Methods in com.google.api.client.util with parameters of type Sleeper