Class MultipartParser.ParseState
java.lang.Object
org.jboss.resteasy.reactive.server.core.multipart.MultipartParser.ParseState
- Enclosing class:
- MultipartParser
-
Constructor Summary
ConstructorsConstructorDescriptionParseState(MultipartParser.PartHandler partHandler, String requestCharset, byte[] boundary) -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidparse(ByteBuffer buffer) voidsetCharacterEncoding(String encoding)
-
Constructor Details
-
ParseState
-
-
Method Details
-
setCharacterEncoding
-
parse
- Throws:
IOException
-
isComplete
public boolean isComplete()
-