public class io.vertx.core.http.impl.HttpFrameImpl implements io.vertx.core.http.HttpFrame
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.core.http.impl.HttpFrameImpl
  super_class: java.lang.Object
{
  private final int type;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int flags;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.core.buffer.Buffer payload;
    descriptor: Lio/vertx/core/buffer/Buffer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(int, int, io.vertx.core.buffer.Buffer);
    descriptor: (IILio/vertx/core/buffer/Buffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.vertx.core.http.impl.HttpFrameImpl this
        start local 1 // int type
        start local 2 // int flags
        start local 3 // io.vertx.core.buffer.Buffer payload
         0: .line 26
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 27
            aload 0 /* this */
            iload 1 /* type */
            putfield io.vertx.core.http.impl.HttpFrameImpl.type:I
         2: .line 28
            aload 0 /* this */
            iload 2 /* flags */
            putfield io.vertx.core.http.impl.HttpFrameImpl.flags:I
         3: .line 29
            aload 0 /* this */
            aload 3 /* payload */
            putfield io.vertx.core.http.impl.HttpFrameImpl.payload:Lio/vertx/core/buffer/Buffer;
         4: .line 30
            return
        end local 3 // io.vertx.core.buffer.Buffer payload
        end local 2 // int flags
        end local 1 // int type
        end local 0 // io.vertx.core.http.impl.HttpFrameImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lio/vertx/core/http/impl/HttpFrameImpl;
            0    5     1     type  I
            0    5     2    flags  I
            0    5     3  payload  Lio/vertx/core/buffer/Buffer;
    MethodParameters:
         Name  Flags
      type     
      flags    
      payload  

  public int flags();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.HttpFrameImpl this
         0: .line 34
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpFrameImpl.flags:I
            ireturn
        end local 0 // io.vertx.core.http.impl.HttpFrameImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/HttpFrameImpl;

  public int type();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.HttpFrameImpl this
         0: .line 39
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpFrameImpl.type:I
            ireturn
        end local 0 // io.vertx.core.http.impl.HttpFrameImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/HttpFrameImpl;

  public io.vertx.core.buffer.Buffer payload();
    descriptor: ()Lio/vertx/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.HttpFrameImpl this
         0: .line 44
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpFrameImpl.payload:Lio/vertx/core/buffer/Buffer;
            areturn
        end local 0 // io.vertx.core.http.impl.HttpFrameImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/HttpFrameImpl;
}
SourceFile: "HttpFrameImpl.java"