Class RawFrame


  • public final class RawFrame
    extends Frame<java.nio.ByteBuffer>
    HTTP/2 stream frame.
    Since:
    5.0
    • Field Detail

      • payload

        private final java.nio.ByteBuffer payload
      • len

        private final int len
    • Constructor Detail

      • RawFrame

        public RawFrame​(int type,
                        int flags,
                        int streamId,
                        java.nio.ByteBuffer payload)
    • Method Detail

      • isPadded

        public boolean isPadded()
      • getLength

        public int getLength()
      • getPayloadContent

        public java.nio.ByteBuffer getPayloadContent()
      • getPayload

        public java.nio.ByteBuffer getPayload()
        Specified by:
        getPayload in class Frame<java.nio.ByteBuffer>