-
Interfaces Interface Description com.google.api.client.http.BackOffPolicy (scheduled to be removed in 1.18) UseHttpBackOffUnsuccessfulResponseHandler
instead.
-
Classes Class Description com.google.api.client.http.ExponentialBackOffPolicy (scheduled to be removed in 1.18). UseHttpBackOffUnsuccessfulResponseHandler
withExponentialBackOff
instead.com.google.api.client.http.ExponentialBackOffPolicy.Builder
-
Fields Field Description com.google.api.client.testing.http.javanet.MockHttpURLConnection.ERROR_BUF As of 1.20. UseMockHttpURLConnection.setErrorStream(InputStream)
instead.com.google.api.client.testing.http.javanet.MockHttpURLConnection.INPUT_BUF As of 1.20. UseMockHttpURLConnection.setInputStream(InputStream)
instead.