| Package | Description |
|---|---|
| bayou.mime |
MIME related utilities.
|
| Modifier and Type | Method and Description |
|---|---|
MultipartParser |
MultipartParser.maxHeaderNameBytes(int maxHeaderNameBytes)
Max length of part header names.
|
MultipartParser |
MultipartParser.maxHeaderValueBytes(int maxHeaderValueBytes)
Max length of part header values.
|
MultipartParser |
MultipartParser.maxHeadTotalBytes(int maxHeadTotalBytes)
Max length of the head section of parts.
|