Interface MultipartParser.PartHandler

Enclosing class:
MultipartParser

public static interface MultipartParser.PartHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    beginPart(org.jboss.resteasy.reactive.common.util.CaseInsensitiveMap<String> headers)
     
    void
    data(ByteBuffer buffer)
     
    void
     
  • Method Details

    • beginPart

      void beginPart(org.jboss.resteasy.reactive.common.util.CaseInsensitiveMap<String> headers)
    • data

      void data(ByteBuffer buffer) throws IOException
      Throws:
      IOException
    • endPart

      void endPart()