| 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.
|
| Modifier and Type | Method and Description |
|---|---|
NanoClock |
ExponentialBackOffPolicy.Builder.getNanoClock()
Deprecated.
Returns the nano clock.
|
| Modifier and Type | Method and Description |
|---|---|
ExponentialBackOffPolicy.Builder |
ExponentialBackOffPolicy.Builder.setNanoClock(NanoClock nanoClock)
Deprecated.
Sets the nano clock (
SYSTEM by default). |
| Modifier and Type | Field and Description |
|---|---|
static NanoClock |
NanoClock.SYSTEM
Provides the default System implementation of a nano clock by using
System.nanoTime(). |
| Modifier and Type | Method and Description |
|---|---|
NanoClock |
ExponentialBackOff.Builder.getNanoClock()
Returns the nano clock.
|
| Modifier and Type | Method and Description |
|---|---|
ExponentialBackOff.Builder |
ExponentialBackOff.Builder.setNanoClock(NanoClock nanoClock)
Sets the nano clock (
SYSTEM by default). |
Copyright © 2011–2025 Google. All rights reserved.