Package io.undertow.util
Interface MultipartParser.PartHandler
-
- Enclosing class:
- MultipartParser
public static interface MultipartParser.PartHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbeginPart(HeaderMap headers)voiddata(java.nio.ByteBuffer buffer)voidendPart()
-
-
-
Method Detail
-
beginPart
void beginPart(HeaderMap headers)
-
data
void data(java.nio.ByteBuffer buffer) throws java.io.IOException
- Throws:
java.io.IOException
-
endPart
void endPart()
-
-