Class HttpFrame

java.lang.Object
io.vertx.mutiny.core.http.HttpFrame
All Implemented Interfaces:
MutinyDelegate

public class HttpFrame extends Object implements MutinyDelegate
An HTTP/2 frame.

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

  • Field Details

  • Constructor Details

    • HttpFrame

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

      public HttpFrame(Object delegate)
  • Method Details

    • getDelegate

      public io.vertx.core.http.HttpFrame getDelegate()
      Specified by:
      getDelegate in interface MutinyDelegate
      Returns:
      the delegate used by this Mutiny object of generated type
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • 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)