|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObjectParser | |
|---|---|
| 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. |
| com.google.api.client.xml | Utilities for XML. |
| Uses of ObjectParser in com.google.api.client.http |
|---|
| Classes in com.google.api.client.http that implement ObjectParser | |
|---|---|
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 ObjectParser | |
|---|---|
ObjectParser |
HttpRequest.getParser()
Returns the ObjectParser used to parse the response or null for none. |
| Methods in com.google.api.client.http with parameters of type ObjectParser | |
|---|---|
HttpRequest |
HttpRequest.setParser(ObjectParser parser)
Sets the ObjectParser used to parse the response to this request or null for
none. |
| Uses of ObjectParser in com.google.api.client.json |
|---|
| Classes in com.google.api.client.json that implement ObjectParser | |
|---|---|
class |
JsonObjectParser
Parses JSON data into an data class of key/value pairs. |
| Uses of ObjectParser in com.google.api.client.xml |
|---|
| Classes in com.google.api.client.xml that implement ObjectParser | |
|---|---|
class |
XmlObjectParser
XML HTTP parser into an data class of key/value pairs. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||