Deprecated API
Contents
-
Deprecated PackagesPackageDescriptionPlease use com.google.api.client.http.apache.v2 provided by the com.google.http-client:google-http-client-apache-v2 artifact.
-
Deprecated InterfacesInterfaceDescription(scheduled to be removed in 1.18) Use
HttpBackOffUnsuccessfulResponseHandlerinstead.use com.google.common.io.ByteSink
-
Deprecated ClassesClassDescriptionPlease use com.google.api.client.http.apache.v2.ApacheHttpTransport provided by the com.google.http-client:google-http-client-apache-v2 artifact.(scheduled to be removed in 1.18). Use
HttpBackOffUnsuccessfulResponseHandlerwithExponentialBackOffinstead.use com.google.api.client.json.GsonFactory insteaduse com.google.common.io.BaseEncoding#base64use com.google.common.io.ByteSourceuse Guava's com.google.common.io.ByteStreamsuse java.nio.charset.StandardCharsetsuse Guava'sCollections2
-
Deprecated Annotation Types
-
Deprecated FieldsFieldDescriptionAs of 1.20. Use
MockHttpURLConnection.setErrorStream(InputStream)instead.As of 1.20. UseMockHttpURLConnection.setInputStream(InputStream)instead.
-
Deprecated MethodsMethodDescription(scheduled to be removed in 1.18).
HttpRequest.setUnsuccessfulResponseHandler(HttpUnsuccessfulResponseHandler)with a newHttpBackOffUnsuccessfulResponseHandlerinstead.(scheduled to be removed in 1.18) UseHttpRequest.setIOExceptionHandler(HttpIOExceptionHandler)instead.(scheduled to be removed in 1.18). UseHttpRequest.setUnsuccessfulResponseHandler(HttpUnsuccessfulResponseHandler)with a newHttpBackOffUnsuccessfulResponseHandlerinstead.(scheduled to be removed in 1.18) UseHttpRequest.setIOExceptionHandler(HttpIOExceptionHandler)instead.useByteStreams.copy(InputStream, OutputStream)useByteStreams.copy(InputStream, OutputStream)use java.nio.file.Path#isSymbolicLink
-
Deprecated ConstructorsConstructorDescriptionuse
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.