Interface Http2UnknownFrame

    • Method Detail

      • content

        Buffer content()
        Get the data content associated with this unknown frame.

        The buffer will be empty if there is no data with this unknown frame.

        Returns:
        The contents of this unknown frame.
      • frameType

        byte frameType()
        Get the raw frame type. This is the type value that wasn't recognized and caused this to be captured as an unknown frame.
        Returns:
        The raw frame type.
      • flags

        Http2Flags flags()
        Get the Http2Flags set on this unknown frame.
        Returns:
        The flags set on this frame.
      • copy

        Http2UnknownFrame copy()
        Create a copy of this unknown frame, which in turn contain a copy of the frame contents.
        Returns:
        A copy of this unknown frame.