Uses of Interface
com.google.api.client.http.HttpParser

Packages that use HttpParser
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 HttpParser in com.google.api.client.http
 

Classes in com.google.api.client.http that implement HttpParser
 class UrlEncodedParser
          Implements support for HTTP form content encoding parsing of type application/x-www-form-urlencoded as specified in the HTML 4.0 Specification.
 

Methods in com.google.api.client.http that return HttpParser
 HttpParser HttpResponse.getParser()
          Deprecated. (scheduled to be removed in 1.11) Use HttpResponse.getRequest(). HttpRequest.getParser() instead
 HttpParser HttpRequest.getParser(String contentType)
          Deprecated. (scheduled to be removed in 1.11) Use HttpRequest.getParser() instead.
 

Methods in com.google.api.client.http with parameters of type HttpParser
 void HttpRequest.addParser(HttpParser parser)
          Deprecated. (scheduled to be removed in 1.11) Use HttpRequest.setParser(ObjectParser) instead.
 

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

Classes in com.google.api.client.http.json that implement HttpParser
 class JsonHttpParser
          Deprecated. (scheduled to be removed in 1.11) Use JsonObjectParser instead.
 

Uses of HttpParser in com.google.api.client.http.protobuf
 

Classes in com.google.api.client.http.protobuf that implement HttpParser
 class ProtoHttpParser
          Deprecated. (scheduled to be removed in 1.11) Use ProtoObjectParser instead.
 

Uses of HttpParser in com.google.api.client.http.xml
 

Classes in com.google.api.client.http.xml that implement HttpParser
 class XmlHttpParser
          Deprecated. (scheduled to be removed in 1.11) Use XmlObjectParser instead.
 

Uses of HttpParser in com.google.api.client.http.xml.atom
 

Classes in com.google.api.client.http.xml.atom that implement HttpParser
 class AtomParser
          Deprecated. (scheduled to be removed in 1.11) Content-Type is no longer stored inside of the Parser. Use an XmlObjectParser instead.
 



Copyright © 2011-2012 Google. All Rights Reserved.