Class MultipartParser.ParseState

java.lang.Object
io.undertow.server.handlers.form.MultipartParser.ParseState
Enclosing class:
MultipartParser

public static class MultipartParser.ParseState extends Object
  • Constructor Details

    • ParseState

      public ParseState(io.undertow.httpcore.BufferAllocator bufferPool, MultipartParser.PartHandler partHandler, String requestCharset, byte[] boundary)
  • Method Details

    • setCharacterEncoding

      public void setCharacterEncoding(String encoding)
    • parse

      public void parse(io.netty.buffer.ByteBuf buffer) throws IOException
      Throws:
      IOException
    • isComplete

      public boolean isComplete()