| 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 | Class and Description |
|---|---|
class |
GZipEncoding
GZip HTTP content encoding.
|
| Modifier and Type | Method and Description |
|---|---|
HttpEncoding |
MultipartContent.Part.getEncoding()
Returns the HTTP encoding or
null for none.
|
HttpEncoding |
HttpRequest.getEncoding()
Returns the HTTP content encoding or
null for none.
|
HttpEncoding |
HttpEncodingStreamingContent.getEncoding()
Returns the HTTP encoding.
|
| Modifier and Type | Method and Description |
|---|---|
MultipartContent |
MultipartContent.Part.setEncoding(HttpEncoding
Sets the HTTP encoding or
null for none.
|
HttpRequest |
HttpRequest.setEncoding(HttpEncoding
Sets the HTTP content encoding or
null for none.
|
| Constructor and Description | |
|---|---|
HttpEncodingStreamingContent(StreamingContent
|