Uses of Class
com.google.api.client.http.AbstractHttpContent
-
Packages that use AbstractHttpContent Package Description com.google.api.client.http Subset of HTTP 1.1 needed from the specification in RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1.com.google.api.client.http.json JSON HTTP library based on the pluggable HTTP library.com.google.api.client.http.protobuf com.google.api.client.http.xml Beta
XML HTTP library based on the pluggable HTTP library.com.google.api.client.http.xml.atom 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.http Modifier and Type Class Description class
MultipartContent
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
UrlEncodedContent
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 AbstractHttpContent Modifier and Type Method Description AbstractHttpContent
AbstractHttpContent. 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.json Modifier and Type Class Description class
JsonHttpContent
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.protobuf Modifier and Type Class Description class
ProtoHttpContent
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 Modifier and Type Class Description class
AbstractXmlHttpContent
Beta
Abstract serializer for XML HTTP content based on the data key/value mapping object for an item.class
XmlHttpContent
Beta
Serializes XML HTTP content based on the data key/value mapping object for an item. -
Uses of AbstractHttpContent in com.google.api.client.http.xml.atom
Subclasses of AbstractHttpContent in com.google.api.client.http.xml.atom Modifier and Type Class Description class
AtomContent
Beta
Serializes Atom XML HTTP content based on the data key/value mapping object for an Atom entry.
-