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