| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static ExponentialBackOffPolicy |
ExponentialBackOffPolicy.builder()
Deprecated.
Returns an instance of a new builder.
|
ExponentialBackOffPolicy |
ExponentialBackOffPolicy.Builder.setInitialIntervalMillis(int initialIntervalMillis)
Deprecated.
Sets the initial retry interval in milliseconds.
|
ExponentialBackOffPolicy |
ExponentialBackOffPolicy.Builder.setMaxElapsedTimeMillis(int maxElapsedTimeMillis)
Deprecated.
Sets the maximum elapsed time in milliseconds.
|
ExponentialBackOffPolicy |
ExponentialBackOffPolicy.Builder.setMaxIntervalMillis(int maxIntervalMillis)
Deprecated.
Sets the maximum value of the back off period in milliseconds.
|
ExponentialBackOffPolicy |
ExponentialBackOffPolicy.Builder.setMultiplier(double multiplier)
Deprecated.
Sets the value to multiply the current interval with for each retry attempt.
|
ExponentialBackOffPolicy |
ExponentialBackOffPolicy.Builder.setNanoClock(NanoClock
Deprecated.
Sets the nano clock (
NanoClock by default).
|
ExponentialBackOffPolicy |
ExponentialBackOffPolicy.Builder.setRandomizationFactor(double randomizationFactor)
Deprecated.
Sets the randomization factor to use for creating a range around the retry interval.
|
| Constructor and Description | |
|---|---|
ExponentialBackOffPolicy(ExponentialBackOffPolicy
Deprecated.
|