Package and Description |
---|
com.google.api.client.http.apache
Please use com.google.api.client.http.apache.v2 provided by the
com.google.http-client:google-http-client-apache-v2 artifact.
|
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.apache.ApacheHttpTransport
Please use com.google.api.client.http.apache.v2.ApacheHttpTransport provided by the
com.google.http-client:google-http-client-apache-v2 artifact.
|
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 |
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. |
Method and Description |
---|
com.google.api.client.util.escape.CharEscapers.escapeUri(String) |
com.google.api.client.http.HttpRequest.getBackOffPolicy()
(scheduled to be removed in 1.18).
HttpRequest.setUnsuccessfulResponseHandler(HttpUnsuccessfulResponseHandler) with a new HttpBackOffUnsuccessfulResponseHandler instead. |
com.google.api.client.http.HttpRequest.getRetryOnExecuteIOException()
(scheduled to be removed in 1.18) Use
HttpRequest.setIOExceptionHandler(HttpIOExceptionHandler) instead. |
com.google.api.client.http.HttpRequest.setBackOffPolicy(BackOffPolicy)
(scheduled to be removed in 1.18). Use
HttpRequest.setUnsuccessfulResponseHandler(HttpUnsuccessfulResponseHandler) with a new HttpBackOffUnsuccessfulResponseHandler instead. |
com.google.api.client.http.HttpRequest.setRetryOnExecuteIOException(boolean)
(scheduled to be removed in 1.18) Use
HttpRequest.setIOExceptionHandler(HttpIOExceptionHandler) instead. |
Constructor and Description |
---|
com.google.api.client.util.escape.PercentEscaper(String, boolean)
use
PercentEscaper(String safeChars) instead which is the same as invoking
this method with plusForSpace set to false. Escaping spaces as plus signs does not conform
to the URI specification. |
Copyright © 2011–2020 Google. All rights reserved.