Uses of Interface
io.undertow.util.MultipartParser.PartHandler
Packages that use MultipartParser.PartHandler
-
Uses of MultipartParser.PartHandler in io.undertow.util
Methods in io.undertow.util with parameters of type MultipartParser.PartHandlerModifier and TypeMethodDescriptionstatic MultipartParser.ParseState
MultipartParser.beginParse
(ByteBufferPool bufferPool, MultipartParser.PartHandler handler, byte[] boundary, String requestCharset) Constructors in io.undertow.util with parameters of type MultipartParser.PartHandlerModifierConstructorDescriptionParseState
(ByteBufferPool bufferPool, MultipartParser.PartHandler partHandler, String requestCharset, byte[] boundary)