public static interface MultipartParser.Handler
| Modifier and Type | Method and Description |
|---|---|
void |
bodyPart(MultipartInputStream in,
int partNumber) |
void |
bodyPart(MultipartReader multipartReader,
int partNumber,
Map<String,String> headers) |
void bodyPart(MultipartInputStream in, int partNumber) throws IOException
IOExceptionvoid bodyPart(MultipartReader multipartReader, int partNumber, Map<String,String> headers) throws IOException
IOExceptionCopyright © 2020. All rights reserved.