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 |
---|---|
MultipartContent.Part |
MultipartContent.Part.setContent(HttpContent content)
Sets the HTTP content or
null for none. |
MultipartContent.Part |
MultipartContent.Part.setEncoding(HttpEncoding encoding)
Sets the HTTP encoding or
null for none. |
MultipartContent.Part |
MultipartContent.Part.setHeaders(HttpHeaders headers)
Sets the HTTP headers or
null for none. |
Modifier and Type | Method and Description |
---|---|
Collection<MultipartContent.Part> |
MultipartContent.getParts()
Returns an unmodifiable view of the parts of the HTTP multipart request.
|
Modifier and Type | Method and Description |
---|---|
MultipartContent |
MultipartContent.addPart(MultipartContent.Part part)
Adds an HTTP multipart part.
|
Modifier and Type | Method and Description |
---|---|
MultipartContent |
MultipartContent.setParts(Collection<MultipartContent.Part> parts)
Sets the parts of the HTTP multipart request.
|
Copyright © 2011–2023 Google. All rights reserved.