Package io.undertow.server.handlers.form
Interface MultipartParser.PartHandler
- Enclosing class:
- MultipartParser
public static interface MultipartParser.PartHandler
-
Method Summary
-
Method Details
-
beginPart
void beginPart(io.netty.handler.codec.http.HttpHeaders headers) -
data
- Throws:
IOException
-
endPart
void endPart()
-