public static interface MultipartParser.PartHandler
Modifier and Type | Method | Description |
---|---|---|
void |
beginPart(HeaderMap headers) |
|
void |
data(ByteBuffer buffer) |
|
void |
endPart() |
void beginPart(HeaderMap headers)
void data(ByteBuffer buffer) throws IOException
IOException
void endPart()
Copyright © 2018. All rights reserved.