Class HttpFrame


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

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

    • Constructor Detail

      • HttpFrame

        public HttpFrame​(io.vertx.core.http.HttpFrame delegate)
      • HttpFrame

        public HttpFrame​(Object delegate)
    • Method Detail

      • getDelegate

        public io.vertx.core.http.HttpFrame getDelegate()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • 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
      • newInstance

        public static HttpFrame newInstance​(io.vertx.core.http.HttpFrame arg)