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 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.
-