Uses of Class
com.google.api.client.http.MultipartContent
-
Packages that use MultipartContent 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. -
-
Uses of MultipartContent in com.google.api.client.http
Methods in com.google.api.client.http that return MultipartContent Modifier and Type Method Description MultipartContentMultipartContent. addPart(MultipartContent.Part part)Adds an HTTP multipart part.MultipartContentMultipartContent. setBoundary(java.lang.String boundary)Sets the boundary string to use.MultipartContentMultipartContent. setContentParts(java.util.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.MultipartContentMultipartContent. setMediaType(HttpMediaType mediaType)MultipartContentMultipartContent. setParts(java.util.Collection<MultipartContent.Part> parts)Sets the parts of the HTTP multipart request.
-