public static interface MultipartParser.PartHandler
Modifier and Type | Method and 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 © 2020 JBoss by Red Hat. All rights reserved.