Package | Description |
---|---|
com.google.api.client.http.json |
JSON HTTP library based on the pluggable HTTP library.
|
Modifier and Type | Method and Description |
---|---|
JsonHttpClient |
JsonHttpClient.Builder.build()
Deprecated.
Builds a new instance of
JsonHttpClient . |
JsonHttpClient |
JsonHttpRequest.getClient()
Deprecated.
Returns the JSON HTTP client which handles this request.
|
Constructor and Description |
---|
JsonHttpRequest(JsonHttpClient client,
HttpMethod method,
String uriTemplate,
Object content)
Deprecated.
Builds an instance of
JsonHttpRequest . |
Copyright © 2011-2012 Google. All Rights Reserved.