| 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.json |
Utilities for JSON as specified in
RFC 4627: The application/json Media Type for JavaScript Object Notation (JSON) and
Introducing JSON.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectParser |
HttpRequest.getParser()
Returns the
ObjectParser used to parse the response or
null for none.
|
| Modifier and Type | Method and Description |
|---|---|
HttpRequest |
HttpRequest.setParser(ObjectParser
Sets the
ObjectParser used to parse the response to this request or
null for none.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JsonObjectParser
Parses JSON data into an data class of key/value pairs.
|