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 |
MultipartContent.addPart(MultipartContent.Part part)
Adds an HTTP multipart part.
|
MultipartContent |
MultipartContent.setBoundary(String boundary)
Sets the boundary string to use.
|
MultipartContent |
MultipartContent.setContentParts(Collection<? extends HttpContent> contentParts)
Sets the HTTP content parts of the HTTP multipart request, where each part is assumed to have
no HTTP headers and no encoding.
|
MultipartContent |
MultipartContent.setMediaType(HttpMediaType mediaType) |
MultipartContent |
MultipartContent.setParts(Collection<MultipartContent.Part> parts)
Sets the parts of the HTTP multipart request.
|
Copyright © 2011–2023 Google. All rights reserved.