Uses of Class
com.google.api.client.http.AbstractHttpContent
Packages that use AbstractHttpContent
Package
Description
Subset of HTTP 1.1 needed from the specification in RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1.
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.
-
Uses of AbstractHttpContent in com.google.api.client.http
Subclasses of AbstractHttpContent in com.google.api.client.httpModifier and TypeClassDescriptionclass
Serializes 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.class
Implements support for HTTP form content encoding serialization of typeapplication/x-www-form-urlencoded
as specified in the HTML 4.0 Specification.Methods in com.google.api.client.http that return AbstractHttpContentModifier and TypeMethodDescriptionAbstractHttpContent.setMediaType
(HttpMediaType mediaType) Sets the media type to use for the Content-Type header, ornull
if unspecified. -
Uses of AbstractHttpContent in com.google.api.client.http.json
Subclasses of AbstractHttpContent in com.google.api.client.http.jsonModifier and TypeClassDescriptionclass
Serializes JSON HTTP content based on the data key/value mapping object for an item. -
Uses of AbstractHttpContent in com.google.api.client.http.protobuf
Subclasses of AbstractHttpContent in com.google.api.client.http.protobufModifier and TypeClassDescriptionclass
Beta
Serializes of a protocol buffer message to HTTP content. -
Uses of AbstractHttpContent in com.google.api.client.http.xml
Subclasses of AbstractHttpContent in com.google.api.client.http.xml -
Uses of AbstractHttpContent in com.google.api.client.http.xml.atom
Subclasses of AbstractHttpContent in com.google.api.client.http.xml.atomModifier and TypeClassDescriptionclass
Beta
Serializes Atom XML HTTP content based on the data key/value mapping object for an Atom entry.