public static interface MultipartParser.PartHandler
| Modifier and Type | Method and Description |
|---|---|
void |
beginPart(io.netty.handler.codec.http.HttpHeaders headers) |
void |
data(io.netty.buffer.ByteBuf buffer) |
void |
endPart() |
void beginPart(io.netty.handler.codec.http.HttpHeaders headers)
void data(io.netty.buffer.ByteBuf buffer) throws IOException
IOExceptionvoid endPart()
Copyright © 2020 JBoss by Red Hat. All rights reserved.