Class HttpFrame


  • public class HttpFrame
    extends Object
    An HTTP/2 frame.

    NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

    • Constructor Detail

      • HttpFrame

        public HttpFrame​(HttpFrame delegate)
      • HttpFrame

        public HttpFrame​(Object delegate)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getDelegate

        public HttpFrame getDelegate()
      • type

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

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

        public Buffer payload()
        Returns:
        the frame payload