Uses of Class
com.google.api.client.http.InputStreamContent
Packages that use InputStreamContent
Package
Description
Subset of HTTP 1.1 needed from the specification in RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1.
-
Uses of InputStreamContent in com.google.api.client.http
Methods in com.google.api.client.http that return InputStreamContentModifier and TypeMethodDescriptionInputStreamContent.setCloseInputStream
(boolean closeInputStream) InputStreamContent.setLength
(long length) Sets the content length or less than zero if not known.InputStreamContent.setRetrySupported
(boolean retrySupported) Sets whether or not retry is supported.