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
static UrlEncodedContent UrlEncodedContent.getContent(HttpRequest request)
          Returns the URL-encoded content of the given HTTP request, or if none return and set as content a new instance of UrlEncodedContent (whose getData() is an implementation of Map).
 UrlEncodedContent UrlEncodedContent.setData(Object data)
          Sets the key name/value data.
 UrlEncodedContent UrlEncodedContent.setMediaType(HttpMediaType mediaType)
           
 UrlEncodedContent UrlEncodedContent.setType(String type)
          Deprecated. (scheduled to be removed in 1.11) Use setMediaType(HttpMediaType) instead.
 



Copyright © 2011-2012 Google. All Rights Reserved.