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