Package | Description |
---|---|
org.jclouds.io.payloads |
Modifier and Type | Method and Description |
---|---|
static Part |
Part.create(String name,
Payload delegate,
Part.PartOptions options) |
static Part |
Part.create(String name,
String value) |
Constructor and Description |
---|
MultipartForm(Part... parts) |
MultipartForm(String boundary,
Part... parts) |
Constructor and Description |
---|
MultipartForm(String boundary,
Iterable<? extends Part> content) |
Copyright © 2009-2013 jclouds. All Rights Reserved.