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 | Class and Description |
---|---|
class |
ExponentialBackOffPolicy
Implementation of
BackOffPolicy that increases the back off period for each retry attempt
using a randomization function that grows exponentially. |
Modifier and Type | Method and Description |
---|---|
BackOffPolicy |
HttpRequest.getBackOffPolicy()
Returns the
BackOffPolicy to use between retry attempts or null for none. |
Modifier and Type | Method and Description |
---|---|
HttpRequest |
HttpRequest.setBackOffPolicy(BackOffPolicy backOffPolicy)
Sets the
BackOffPolicy to use between retry attempts or null for none. |
Copyright © 2011-2012 Google. All Rights Reserved.