Interface LastHttp2Content

  • All Superinterfaces:
    io.netty.buffer.ByteBufHolder, io.netty.handler.codec.DecoderResultProvider, Http2Content, io.netty.handler.codec.http.HttpContent, io.netty.handler.codec.http.HttpObject, io.netty.handler.codec.http.LastHttpContent, io.netty.util.ReferenceCounted

    public interface LastHttp2Content
    extends Http2Content, io.netty.handler.codec.http.LastHttpContent
    Represents HTTP2 streamed content.
    Since:
    2.1.3
    • Field Summary

      • Fields inherited from interface io.netty.handler.codec.http.LastHttpContent

        EMPTY_LAST_CONTENT
    • Method Summary

      • 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.HttpObject

        getDecoderResult
      • Methods inherited from interface io.netty.handler.codec.http.LastHttpContent

        copy, duplicate, replace, retain, retain, retainedDuplicate, touch, touch, trailingHeaders
      • Methods inherited from interface io.netty.util.ReferenceCounted

        refCnt, release, release