Package | Description |
---|---|
com.google.api.client.http.json |
JSON HTTP library based on the pluggable HTTP library.
|
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 | Method and Description |
---|---|
JsonObjectParser |
JsonHttpClient.getJsonObjectParser()
Deprecated.
Returns the JSON Object Parser.
|
JsonObjectParser |
JsonHttpClient.Builder.getObjectParser()
Deprecated.
Returns the JSON parser used or
null if not specified. |
Modifier and Type | Method and Description |
---|---|
JsonHttpClient.Builder |
JsonHttpClient.Builder.setObjectParser(JsonObjectParser parser)
Deprecated.
Specifies the JSON parser to use or
null if no used. |
Constructor and Description |
---|
JsonHttpClient(HttpTransport transport,
JsonHttpRequestInitializer jsonHttpRequestInitializer,
HttpRequestInitializer httpRequestInitializer,
JsonFactory jsonFactory,
JsonObjectParser jsonObjectParser,
String baseUrl,
String applicationName)
Deprecated.
Construct the
JsonHttpClient . |
JsonHttpClient(HttpTransport transport,
JsonHttpRequestInitializer jsonHttpRequestInitializer,
HttpRequestInitializer httpRequestInitializer,
JsonFactory jsonFactory,
JsonObjectParser jsonObjectParser,
String rootUrl,
String servicePath,
String applicationName)
Deprecated.
Construct the
JsonHttpClient . |
Modifier and Type | Method and Description |
---|---|
JsonObjectParser |
JsonFactory.createJsonObjectParser()
Creates an object parser which uses this factory to parse JSON data.
|
Copyright © 2011-2012 Google. All Rights Reserved.