Interface Http2DataFrame

    • Method Detail

      • padding

        int padding()
        Frame padding to use. Will be non-negative and less than 256.
      • content

        io.netty.buffer.ByteBuf content()
        Payload of DATA frame. Will not be null.
        Specified by:
        content in interface io.netty.buffer.ByteBufHolder
      • initialFlowControlledBytes

        int initialFlowControlledBytes()
        Returns the number of bytes that are flow-controlled initially, so even if the content() is consumed this will not change.
      • isEndStream

        boolean isEndStream()
        Returns true if the END_STREAM flag is set.
      • copy

        Http2DataFrame copy()
        Specified by:
        copy in interface io.netty.buffer.ByteBufHolder
      • duplicate

        Http2DataFrame duplicate()
        Specified by:
        duplicate in interface io.netty.buffer.ByteBufHolder
      • retainedDuplicate

        Http2DataFrame retainedDuplicate()
        Specified by:
        retainedDuplicate in interface io.netty.buffer.ByteBufHolder
      • replace

        Http2DataFrame replace​(io.netty.buffer.ByteBuf content)
        Specified by:
        replace in interface io.netty.buffer.ByteBufHolder
      • retain

        Http2DataFrame retain()
        Specified by:
        retain in interface io.netty.buffer.ByteBufHolder
        Specified by:
        retain in interface io.netty.util.ReferenceCounted
      • retain

        Http2DataFrame retain​(int increment)
        Specified by:
        retain in interface io.netty.buffer.ByteBufHolder
        Specified by:
        retain in interface io.netty.util.ReferenceCounted
      • touch

        Http2DataFrame touch()
        Specified by:
        touch in interface io.netty.buffer.ByteBufHolder
        Specified by:
        touch in interface io.netty.util.ReferenceCounted
      • touch

        Http2DataFrame touch​(Object hint)
        Specified by:
        touch in interface io.netty.buffer.ByteBufHolder
        Specified by:
        touch in interface io.netty.util.ReferenceCounted