Uses of Interface
com.google.api.client.util.StreamingContent
Packages that use StreamingContent
Package
Description
Subset of HTTP 1.1 needed from the specification in RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1.
HTTP Transport library for Google API's based on Apache HTTP Client version 4.
HTTP Transport library for Google API's based on Apache HTTP Client version 4.5+.
HTTP Transport library for Google API's based on Apache HTTP Client/Core version 5.x
HTTP Transport library for Google API's based on the
java.net package.JSON HTTP library based on the pluggable HTTP library.
Beta XML HTTP library based on the pluggable HTTP library.
Beta Atom XML HTTP library based on the pluggable HTTP library.
Beta Testing utilities used for writing tests based on this library.
General utilities used throughout this library.
-
Uses of StreamingContent in com.google.api.client.http
Subinterfaces of StreamingContent in com.google.api.client.httpModifier and TypeInterfaceDescriptioninterfaceSerializes HTTP request content into an output stream.Classes in com.google.api.client.http that implement StreamingContentModifier and TypeClassDescriptionclassAbstract implementation of an HTTP content with typical options.classSerializes HTTP request content from an input stream into an output stream.final classConcrete implementation ofAbstractInputStreamContentthat generates repeatable input streams based on the contents of byte array.classEmpty HTTP content of length zero just to forceHttpRequest.execute()to add the headerContent-Length: 0.final classConcrete implementation ofAbstractInputStreamContentthat generates repeatable input streams based on the contents of a file.final classStreaming content based on an HTTP encoding.final classConcrete implementation ofAbstractInputStreamContentthat simply handles the transfer of data from an input stream to an output stream.classSerializes MIME multipart content as specified by RFC 2387: The MIME Multipart/Related Content-type and RFC 2046: Multipurpose Internet Mail Extensions: The Multipart/mixed (primary) subtype.classImplements support for HTTP form content encoding serialization of typeapplication/x-www-form-urlencodedas specified in the HTML 4.0 Specification.Fields in com.google.api.client.http declared as StreamingContentModifier and TypeFieldDescriptionprivate final StreamingContentHttpEncodingStreamingContent.contentStreaming content.private StreamingContentLowLevelHttpRequest.streamingContentStreaming content ornullfor no content.Methods in com.google.api.client.http that return StreamingContentModifier and TypeMethodDescriptionHttpEncodingStreamingContent.getContent()Returns the streaming content.final StreamingContentLowLevelHttpRequest.getStreamingContent()Returns the streaming content ornullfor no content.Methods in com.google.api.client.http with parameters of type StreamingContentModifier and TypeMethodDescriptionvoidGZipEncoding.encode(StreamingContent content, OutputStream out) voidHttpEncoding.encode(StreamingContent content, OutputStream out) Encodes the streaming content into the output stream.final voidLowLevelHttpRequest.setStreamingContent(StreamingContent streamingContent) Sets the streaming content ornullfor no content.Constructors in com.google.api.client.http with parameters of type StreamingContentModifierConstructorDescriptionHttpEncodingStreamingContent(StreamingContent content, HttpEncoding encoding) -
Uses of StreamingContent in com.google.api.client.http.apache
Fields in com.google.api.client.http.apache declared as StreamingContentModifier and TypeFieldDescriptionprivate final StreamingContentContentEntity.streamingContentStreaming content.Constructors in com.google.api.client.http.apache with parameters of type StreamingContentModifierConstructorDescription(package private)ContentEntity(long contentLength, StreamingContent streamingContent) -
Uses of StreamingContent in com.google.api.client.http.apache.v2
Fields in com.google.api.client.http.apache.v2 declared as StreamingContentModifier and TypeFieldDescriptionprivate final StreamingContentContentEntity.streamingContentStreaming content.Constructors in com.google.api.client.http.apache.v2 with parameters of type StreamingContentModifierConstructorDescription(package private)ContentEntity(long contentLength, StreamingContent streamingContent) -
Uses of StreamingContent in com.google.api.client.http.apache.v5
Fields in com.google.api.client.http.apache.v5 declared as StreamingContentModifier and TypeFieldDescriptionprivate final StreamingContentApache5ContentEntity.streamingContentStreaming content.Constructors in com.google.api.client.http.apache.v5 with parameters of type StreamingContentModifierConstructorDescription(package private)Apache5ContentEntity(long contentLength, StreamingContent streamingContent, String contentType, String contentEncoding) -
Uses of StreamingContent in com.google.api.client.http.javanet
Methods in com.google.api.client.http.javanet with parameters of type StreamingContentModifier and TypeMethodDescriptionvoidNetHttpRequest.DefaultOutputWriter.write(OutputStream outputStream, StreamingContent content) voidNetHttpRequest.OutputWriter.write(OutputStream outputStream, StreamingContent content) -
Uses of StreamingContent in com.google.api.client.http.json
Classes in com.google.api.client.http.json that implement StreamingContentModifier and TypeClassDescriptionclassSerializes JSON HTTP content based on the data key/value mapping object for an item. -
Uses of StreamingContent in com.google.api.client.http.protobuf
Classes in com.google.api.client.http.protobuf that implement StreamingContentModifier and TypeClassDescriptionclassBeta
Serializes of a protocol buffer message to HTTP content. -
Uses of StreamingContent in com.google.api.client.http.xml
Classes in com.google.api.client.http.xml that implement StreamingContent -
Uses of StreamingContent in com.google.api.client.http.xml.atom
Classes in com.google.api.client.http.xml.atom that implement StreamingContentModifier and TypeClassDescriptionclassBeta
Serializes Atom XML HTTP content based on the data key/value mapping object for an Atom entry. -
Uses of StreamingContent in com.google.api.client.testing.http
Classes in com.google.api.client.testing.http that implement StreamingContent -
Uses of StreamingContent in com.google.api.client.util
Classes in com.google.api.client.util that implement StreamingContentModifier and TypeClassDescriptionclassDeprecated.use com.google.common.io.ByteSourcefinal classWraps another streaming content without modifying the content, but also logging content usingLoggingOutputStream.Fields in com.google.api.client.util declared as StreamingContentModifier and TypeFieldDescriptionprivate final StreamingContentLoggingStreamingContent.contentStreaming content.Methods in com.google.api.client.util with parameters of type StreamingContentModifier and TypeMethodDescriptionstatic longIOUtils.computeLength(StreamingContent content) Computes and returns the byte content length for a streaming content by callingStreamingContent.writeTo(OutputStream)on a fake output stream that only counts bytes written.Constructors in com.google.api.client.util with parameters of type StreamingContentModifierConstructorDescriptionLoggingStreamingContent(StreamingContent content, Logger logger, Level loggingLevel, int contentLoggingLimit)