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.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.
|
Modifier and Type | Method and Description |
---|---|
HttpParser |
HttpResponse.getParser()
Deprecated.
(scheduled to be removed in 1.14) Use
HttpResponse.getRequest() .
HttpRequest.getParser() instead |
HttpParser |
HttpRequest.getParser(String contentType)
Deprecated.
(scheduled to be removed in 1.14) Use
HttpRequest.getParser() instead. |
Modifier and Type | Method and Description |
---|---|
void |
HttpRequest.addParser(HttpParser parser)
Deprecated.
(scheduled to be removed in 1.14) Use
HttpRequest.setParser(ObjectParser) instead. |
Modifier and Type | Class and Description |
---|---|
class |
JsonHttpParser
Deprecated.
(scheduled to be removed in 1.14) Use
JsonObjectParser instead. |
Modifier and Type | Class and Description |
---|---|
class |
XmlHttpParser
Deprecated.
(scheduled to be removed in 1.14) Use
XmlObjectParser instead. |
Modifier and Type | Class and Description |
---|---|
class |
AtomParser
Deprecated.
(scheduled to be removed in 1.14) Content-Type is no longer stored inside of the
Parser. Use an
XmlObjectParser instead. |
Copyright © 2011-2012 Google. All Rights Reserved.