Interface Http3DataFrame

    • Method Detail

      • type

        default long type()
        Description copied from interface: Http3Frame
        The type of the frame.
        Specified by:
        type in interface Http3Frame
        Returns:
        the type.
      • copy

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

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

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

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

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

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

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

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