Interface HttpContent<R extends HttpContent<R>>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      io.netty5.buffer.api.Buffer payload()
      Returns the Buffer representing the payload of the HTTP message.
      • Methods inherited from interface io.netty5.handler.codec.DecoderResultProvider

        decoderResult, setDecoderResult
      • Methods inherited from interface io.netty5.buffer.api.Resource

        close, isAccessible, send, touch
    • Method Detail

      • payload

        io.netty5.buffer.api.Buffer payload()
        Returns the Buffer representing the payload of the HTTP message.
        Returns:
        The Buffer representing the payload of the HTTP message.