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 | Description |
---|---|---|
class |
GZipEncoding |
GZip HTTP content encoding.
|
Modifier and Type | Method | Description |
---|---|---|
HttpEncoding |
HttpEncodingStreamingContent.getEncoding() |
Returns the HTTP encoding.
|
HttpEncoding |
HttpRequest.getEncoding() |
Returns the HTTP content encoding or
null for none. |
HttpEncoding |
MultipartContent.Part.getEncoding() |
Returns the HTTP encoding or
null for none. |
Modifier and Type | Method | Description |
---|---|---|
HttpRequest |
HttpRequest.setEncoding(HttpEncoding encoding) |
Sets the HTTP content encoding or
null for none. |
MultipartContent.Part |
MultipartContent.Part.setEncoding(HttpEncoding encoding) |
Sets the HTTP encoding or
null for none. |
Constructor | Description |
---|---|
HttpEncodingStreamingContent(StreamingContent content,
HttpEncoding encoding) |
Copyright © 2011–2019 Google. All rights reserved.