Interface MultipartParser.PartHandler
- Enclosing class:
MultipartParser
public static interface MultipartParser.PartHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoidbeginPart(CaseInsensitiveMap<String> headers) voiddata(ByteBuffer buffer) voidendPart()
-
Method Details
-
beginPart
-
data
- Throws:
IOException
-
endPart
void endPart()
-