Package io.undertow.util
Class MultipartParser.ParseState
java.lang.Object
io.undertow.util.MultipartParser.ParseState
- Enclosing class:
- MultipartParser
-
Constructor Summary
ConstructorsConstructorDescriptionParseState(ByteBufferPool bufferPool, MultipartParser.PartHandler partHandler, String requestCharset, byte[] boundary) -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidparse(ByteBuffer buffer) voidsetCharacterEncoding(String encoding)
-
Constructor Details
-
ParseState
public ParseState(ByteBufferPool bufferPool, MultipartParser.PartHandler partHandler, String requestCharset, byte[] boundary)
-
-
Method Details
-
setCharacterEncoding
-
parse
- Throws:
IOException
-
isComplete
public boolean isComplete()
-