Package and Description |
---|
com.google.api.client.json.jackson
As of release 1.28, please use Jackson2 and google-http-client-jackson2.
|
Interface and Description |
---|
com.google.api.client.http.BackOffPolicy
(scheduled to be removed in 1.18) Use
HttpBackOffUnsuccessfulResponseHandler
instead. |
Class and Description |
---|
com.google.api.client.extensions.android.http.AndroidHttp
Gingerbread is no longer supported by Google Play Services. Please use
NetHttpTransport directly or switch to Cronet which is better supported. |
com.google.api.client.http.ExponentialBackOffPolicy
(scheduled to be removed in 1.18). Use
HttpBackOffUnsuccessfulResponseHandler
with ExponentialBackOff instead. |
com.google.api.client.http.ExponentialBackOffPolicy.Builder |
com.google.api.client.json.jackson.JacksonFactory
As of release 1.28, please use Jackson2 and google-http-client-jackson2.
|
Field and Description |
---|
com.google.api.client.testing.http.javanet.MockHttpURLConnection.ERROR_BUF
As of 1.20. Use
MockHttpURLConnection.setErrorStream(InputStream) instead. |
com.google.api.client.testing.http.javanet.MockHttpURLConnection.INPUT_BUF
As of 1.20. Use
MockHttpURLConnection.setInputStream(InputStream) instead. |
Copyright © 2011–2019 Google. All rights reserved.