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 classMultipartContentSerializes 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.classUrlEncodedContentImplements support for HTTP form content encoding serialization of typeapplication/x-www-form-urlencodedas specified in the HTML 4.0 Specification.Methods in com.google.api.client.http that return AbstractHttpContent Modifier and Type Method Description AbstractHttpContentAbstractHttpContent. setMediaType(HttpMediaType mediaType)Sets the media type to use for the Content-Type header, ornullif 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 classJsonHttpContentSerializes 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 classProtoHttpContentBeta
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 classAbstractXmlHttpContentBeta
Abstract serializer for XML HTTP content based on the data key/value mapping object for an item.classXmlHttpContentBeta
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 classAtomContentBeta
Serializes Atom XML HTTP content based on the data key/value mapping object for an Atom entry.
-