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 | Description |
---|---|---|
class |
ExponentialBackOffPolicy |
Deprecated.
(scheduled to be removed in 1.18). Use
HttpBackOffUnsuccessfulResponseHandler
with ExponentialBackOff instead. |
Modifier and Type | Method | Description |
---|---|---|
BackOffPolicy |
HttpRequest.getBackOffPolicy() |
Deprecated.
(scheduled to be removed in 1.18).
HttpRequest.setUnsuccessfulResponseHandler(HttpUnsuccessfulResponseHandler) with a new
HttpBackOffUnsuccessfulResponseHandler instead. |
Modifier and Type | Method | Description |
---|---|---|
HttpRequest |
HttpRequest.setBackOffPolicy(BackOffPolicy backOffPolicy) |
Deprecated.
(scheduled to be removed in 1.18). Use
HttpRequest.setUnsuccessfulResponseHandler(HttpUnsuccessfulResponseHandler) with a new
HttpBackOffUnsuccessfulResponseHandler instead. |
Copyright © 2011–2019 Google. All rights reserved.