Interface MultipartContent

  • All Superinterfaces:
    io.netty.buffer.ByteBufHolder, io.netty.handler.codec.DecoderResultProvider, io.netty.handler.codec.http.HttpContent, io.netty.handler.codec.http.HttpObject, io.netty.util.ReferenceCounted
    All Known Implementing Classes:
    BasicFullHttpMultiPart

    public interface MultipartContent
    extends io.netty.handler.codec.http.HttpContent
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      io.netty.handler.codec.http.HttpHeaders headers()
      Returns the headers of this message.
      • Methods inherited from interface io.netty.buffer.ByteBufHolder

        content
      • Methods inherited from interface io.netty.handler.codec.DecoderResultProvider

        decoderResult, setDecoderResult
      • Methods inherited from interface io.netty.handler.codec.http.HttpContent

        copy, duplicate, replace, retain, retain, retainedDuplicate, touch, touch
      • Methods inherited from interface io.netty.handler.codec.http.HttpObject

        getDecoderResult
      • Methods inherited from interface io.netty.util.ReferenceCounted

        refCnt, release, release
    • Method Detail

      • headers

        io.netty.handler.codec.http.HttpHeaders headers()
        Returns the headers of this message.