Uses of Class
com.google.api.client.http.MultipartContent
Packages that use MultipartContent
Package
Description
Subset of HTTP 1.1 needed from the specification in RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1.
-
Uses of MultipartContent in com.google.api.client.http
Methods in com.google.api.client.http that return MultipartContentModifier and TypeMethodDescriptionMultipartContent.addPart
(MultipartContent.Part part) Adds an HTTP multipart part.MultipartContent.setBoundary
(String boundary) Sets the boundary string to use.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.setMediaType
(HttpMediaType mediaType) MultipartContent.setParts
(Collection<MultipartContent.Part> parts) Sets the parts of the HTTP multipart request.