Interface HttpFrame


  • public interface HttpFrame
    An HTTP/2 frame.
    Author:
    Julien Viet
    • Method Detail

      • type

        int type()
        Returns:
        the 8-bit type of the frame
      • flags

        int flags()
        Returns:
        the 8-bit flags specific to the frame
      • payload

        Buffer payload()
        Returns:
        the frame payload