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
IOExceptionvoid endPart()
Copyright © 2018. All rights reserved.