Uses of Class
com.google.api.client.http.AbstractHttpContent

Packages that use AbstractHttpContent
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 HTTP utilities for the Protocol Buffer format based on the pluggable HTTP library. 
com.google.api.client.http.xml XML HTTP library based on the pluggable HTTP library. 
com.google.api.client.http.xml.atom 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
 class MultipartRelatedContent
          Serializes MIME Multipart/Related content as specified by RFC 2387: The MIME Multipart/Related Content-type.
 class UrlEncodedContent
          Implements support for HTTP form content encoding serialization of type application/x-www-form-urlencoded as specified in the HTML 4.0 Specification.
 

Uses of AbstractHttpContent in com.google.api.client.http.json
 

Subclasses of AbstractHttpContent in com.google.api.client.http.json
 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
 class ProtoHttpContent
          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
 class AbstractXmlHttpContent
          Abstract serializer for XML HTTP content based on the data key/value mapping object for an item.
 class XmlHttpContent
          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
 class AtomContent
          Serializes Atom XML HTTP content based on the data key/value mapping object for an Atom entry.
 



Copyright © 2011 Google. All Rights Reserved.