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