| Package | Description |
|---|---|
| com.google.api.client.http |
Subset of HTTP 1.1 needed from the specification in
RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1.
|
| Modifier and Type | Method and Description |
|---|---|
static UrlEncodedContent |
UrlEncodedContent.getContent(HttpRequest
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
Sets the key name/value data.
|
UrlEncodedContent |
UrlEncodedContent.setMediaType(HttpMediaType
|