Uses of Class
com.google.api.client.http.json.JsonHttpParser

Packages that use JsonHttpParser
com.google.api.client.http.json JSON HTTP library based on the pluggable HTTP library. 
 

Uses of JsonHttpParser in com.google.api.client.http.json
 

Methods in com.google.api.client.http.json that return JsonHttpParser
 JsonHttpParser JsonHttpParser.Builder.build()
          Builds a new instance of JsonHttpParser.
protected  JsonHttpParser JsonHttpClient.createParser()
          Deprecated. (scheduled to be removed in 1.11) Use JsonHttpClient.Builder.setObjectParser(JsonObjectParser) instead.
 JsonHttpParser JsonHttpClient.getJsonHttpParser()
          Deprecated. (scheduled to be removed in 1.11) Use JsonHttpClient.getJsonObjectParser() instead.
 



Copyright © 2011-2012 Google. All Rights Reserved.