Uses of Class
com.google.api.client.http.UrlEncodedContent

Packages that use UrlEncodedContent
com.google.api.client.http Subset of HTTP 1.1 needed from the specification in RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1
 

Uses of UrlEncodedContent in com.google.api.client.http
 

Methods in com.google.api.client.http that return UrlEncodedContent
 UrlEncodedContent UrlEncodedContent.setData(Object data)
          Sets the key name/value data or null for none.
 UrlEncodedContent UrlEncodedContent.setType(String type)
          Sets the content type or null for none.
 



Copyright © 2011 Google. All Rights Reserved.