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