Interface HttpFrame


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

    Modifier and Type
    Method
    Description
    int
     
     
    int
     
  • Method Details

    • 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