| Package | Description |
|---|---|
| bayou.mime |
MIME related utilities.
|
| Modifier and Type | Method and Description |
|---|---|
Async<MultipartPart> |
MultipartParser.getNextPart()
Get the next part.
|
| Constructor and Description |
|---|
MultipartByteSource(Stream<? extends MultipartPart> parts)
Create a multipart body from the parts.
|
MultipartByteSource(Stream<? extends MultipartPart> parts,
CharSequence boundary)
Create a multipart body from the parts, using the "boundary".
|