Package and Description |
---|
com.google.api.client.testing.http.json |
Interface and Description |
---|
com.google.api.client.http.BackOffPolicy
(scheduled to be removed in the 1.16). Use
HttpBackOffUnsuccessfulResponseHandler instead. |
Class and Description |
---|
com.google.api.client.http.ExponentialBackOffPolicy
(scheduled to be removed in the 1.16). Use
HttpBackOffUnsuccessfulResponseHandler with ExponentialBackOff
instead. |
com.google.api.client.http.ExponentialBackOffPolicy.Builder |
com.google.api.client.testing.http.json.MockJsonFactory
(scheduled to be removed in 1.16) Use
MockJsonFactory |
com.google.api.client.testing.http.json.MockJsonGenerator
(scheduled to be removed in 1.16) Use
MockJsonGenerator |
com.google.api.client.testing.http.json.MockJsonParser
(scheduled to be removed in 1.16) Use
MockJsonParser |
Method and Description |
---|
com.google.api.client.http.HttpRequest.getBackOffPolicy()
(scheduled to be removed in the 1.16).
HttpRequest.setUnsuccessfulResponseHandler(HttpUnsuccessfulResponseHandler) with a new
HttpBackOffUnsuccessfulResponseHandler instead. |
com.google.api.client.http.HttpRequest.getRetryOnExecuteIOException()
(scheduled to be removed in 1.16) Use
HttpRequest.setIOExceptionHandler(HttpIOExceptionHandler) instead. |
com.google.api.client.http.HttpRequest.setBackOffPolicy(BackOffPolicy)
(scheduled to be removed in the 1.16). Use
HttpRequest.setUnsuccessfulResponseHandler(HttpUnsuccessfulResponseHandler) with a new
HttpBackOffUnsuccessfulResponseHandler instead. |
com.google.api.client.http.HttpRequest.setRetryOnExecuteIOException(boolean)
(scheduled to be removed in 1.16) Use
HttpRequest.setIOExceptionHandler(HttpIOExceptionHandler) instead. |
Copyright © 2011-2013 Google. All Rights Reserved.