Uses of Interface
io.undertow.util.MultipartParser.PartHandler
-
Packages that use MultipartParser.PartHandler Package Description io.undertow.util -
-
Uses of MultipartParser.PartHandler in io.undertow.util
Methods in io.undertow.util with parameters of type MultipartParser.PartHandler Modifier and Type Method Description static MultipartParser.ParseState
MultipartParser. beginParse(ByteBufferPool bufferPool, MultipartParser.PartHandler handler, byte[] boundary, java.lang.String requestCharset)
Constructors in io.undertow.util with parameters of type MultipartParser.PartHandler Constructor Description ParseState(ByteBufferPool bufferPool, MultipartParser.PartHandler partHandler, java.lang.String requestCharset, byte[] boundary)
-