public class io.vertx.ext.stomp.impl.ServerFrameImpl implements io.vertx.ext.stomp.ServerFrame
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.stomp.impl.ServerFrameImpl
  super_class: java.lang.Object
{
  private final io.vertx.ext.stomp.StompServerConnection connection;
    descriptor: Lio/vertx/ext/stomp/StompServerConnection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.ext.stomp.Frame frame;
    descriptor: Lio/vertx/ext/stomp/Frame;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(io.vertx.ext.stomp.Frame, io.vertx.ext.stomp.StompServerConnection);
    descriptor: (Lio/vertx/ext/stomp/Frame;Lio/vertx/ext/stomp/StompServerConnection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.ext.stomp.impl.ServerFrameImpl this
        start local 1 // io.vertx.ext.stomp.Frame frame
        start local 2 // io.vertx.ext.stomp.StompServerConnection connection
         0: .line 34
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 35
            aload 2 /* connection */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 36
            aload 1 /* frame */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 37
            aload 0 /* this */
            aload 2 /* connection */
            putfield io.vertx.ext.stomp.impl.ServerFrameImpl.connection:Lio/vertx/ext/stomp/StompServerConnection;
         4: .line 38
            aload 0 /* this */
            aload 1 /* frame */
            putfield io.vertx.ext.stomp.impl.ServerFrameImpl.frame:Lio/vertx/ext/stomp/Frame;
         5: .line 39
            return
        end local 2 // io.vertx.ext.stomp.StompServerConnection connection
        end local 1 // io.vertx.ext.stomp.Frame frame
        end local 0 // io.vertx.ext.stomp.impl.ServerFrameImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lio/vertx/ext/stomp/impl/ServerFrameImpl;
            0    6     1       frame  Lio/vertx/ext/stomp/Frame;
            0    6     2  connection  Lio/vertx/ext/stomp/StompServerConnection;
    MethodParameters:
            Name  Flags
      frame       
      connection  

  public io.vertx.ext.stomp.Frame frame();
    descriptor: ()Lio/vertx/ext/stomp/Frame;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.stomp.impl.ServerFrameImpl this
         0: .line 47
            aload 0 /* this */
            getfield io.vertx.ext.stomp.impl.ServerFrameImpl.frame:Lio/vertx/ext/stomp/Frame;
            areturn
        end local 0 // io.vertx.ext.stomp.impl.ServerFrameImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/stomp/impl/ServerFrameImpl;

  public io.vertx.ext.stomp.StompServerConnection connection();
    descriptor: ()Lio/vertx/ext/stomp/StompServerConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.stomp.impl.ServerFrameImpl this
         0: .line 55
            aload 0 /* this */
            getfield io.vertx.ext.stomp.impl.ServerFrameImpl.connection:Lio/vertx/ext/stomp/StompServerConnection;
            areturn
        end local 0 // io.vertx.ext.stomp.impl.ServerFrameImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/stomp/impl/ServerFrameImpl;
}
SourceFile: "ServerFrameImpl.java"