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