Interface MultipartParser.PartHandler

Enclosing class:
MultipartParser

public static interface MultipartParser.PartHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    beginPart(io.netty.handler.codec.http.HttpHeaders headers)
     
    void
    data(io.netty.buffer.ByteBuf buffer)
     
    void
     
  • Method Details

    • beginPart

      void beginPart(io.netty.handler.codec.http.HttpHeaders headers)
    • data

      void data(io.netty.buffer.ByteBuf buffer) throws IOException
      Throws:
      IOException
    • endPart

      void endPart()