Package | Description |
---|---|
com.google.api.client.http.json |
JSON HTTP library based on the pluggable HTTP library.
|
Modifier and Type | Method and Description |
---|---|
JsonHttpClient.Builder |
JsonHttpClient.Builder.setApplicationName(String applicationName)
Deprecated.
Sets the application name to be used in the UserAgent header of each request or
null
for none. |
JsonHttpClient.Builder |
JsonHttpClient.Builder.setBaseUrl(GenericUrl baseUrl)
Deprecated.
Sets the base URL of the service, for example
"https://www.googleapis.com/tasks/v1/" . |
JsonHttpClient.Builder |
JsonHttpClient.Builder.setHttpRequestInitializer(HttpRequestInitializer httpRequestInitializer)
Deprecated.
Sets the HTTP request initializer or
null for none. |
JsonHttpClient.Builder |
JsonHttpClient.Builder.setJsonHttpRequestInitializer(JsonHttpRequestInitializer jsonHttpRequestInitializer)
Deprecated.
Sets the JSON HTTP request initializer or
null for none. |
JsonHttpClient.Builder |
JsonHttpClient.Builder.setObjectParser(JsonObjectParser parser)
Deprecated.
Specifies the JSON parser to use or
null if no used. |
JsonHttpClient.Builder |
JsonHttpClient.Builder.setRootUrl(String rootUrl)
Deprecated.
Sets the root URL of the service, for example
https://www.googleapis.com/ . |
JsonHttpClient.Builder |
JsonHttpClient.Builder.setServicePath(String servicePath)
Deprecated.
Sets the service path of the service, for example
"tasks/v1/" . |
Copyright © 2011-2012 Google. All Rights Reserved.