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 void
beginPart(HeaderMap headers)
void
data(java.nio.ByteBuffer buffer)
void
endPart()
-
-
-
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()
-
-