public class io.vertx.reactivex.ext.stomp.StompServerHandler implements io.vertx.core.Handler<io.vertx.reactivex.ext.stomp.ServerFrame>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.reactivex.ext.stomp.StompServerHandler
  super_class: java.lang.Object
{
  public static final io.vertx.lang.rx.TypeArg<io.vertx.reactivex.ext.stomp.StompServerHandler> __TYPE_ARG;
    descriptor: Lio/vertx/lang/rx/TypeArg;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lio/vertx/lang/rx/TypeArg<Lio/vertx/reactivex/ext/stomp/StompServerHandler;>;

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 62
            new io.vertx.lang.rx.TypeArg
            dup
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/reactivex/ext/stomp/StompServerHandler.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 63
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/reactivex/ext/stomp/StompServerHandler.getDelegate()Lio/vertx/ext/stomp/StompServerHandler; (5)
                  (Lio/vertx/reactivex/ext/stomp/StompServerHandler;)Ljava/lang/Object;
         2: .line 62
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.reactivex.ext.stomp.StompServerHandler.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 64
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
         0: .line 46
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompServerHandler.delegate:Lio/vertx/ext/stomp/StompServerHandler;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/stomp/StompServerHandler;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
        start local 1 // java.lang.Object o
         0: .line 51
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 52
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 53
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.reactivex.ext.stomp.StompServerHandler
            astore 2 /* that */
        start local 2 // io.vertx.reactivex.ext.stomp.StompServerHandler that
         4: .line 54
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompServerHandler.delegate:Lio/vertx/ext/stomp/StompServerHandler;
            aload 2 /* that */
            getfield io.vertx.reactivex.ext.stomp.StompServerHandler.delegate:Lio/vertx/ext/stomp/StompServerHandler;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.reactivex.ext.stomp.StompServerHandler that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/ext/stomp/StompServerHandler;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/reactivex/ext/stomp/StompServerHandler;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
         0: .line 59
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompServerHandler.delegate:Lio/vertx/ext/stomp/StompServerHandler;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/stomp/StompServerHandler;

  public void <init>(io.vertx.ext.stomp.StompServerHandler);
    descriptor: (Lio/vertx/ext/stomp/StompServerHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
        start local 1 // io.vertx.ext.stomp.StompServerHandler delegate
         0: .line 68
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 69
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.reactivex.ext.stomp.StompServerHandler.delegate:Lio/vertx/ext/stomp/StompServerHandler;
         2: .line 70
            return
        end local 1 // io.vertx.ext.stomp.StompServerHandler delegate
        end local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/reactivex/ext/stomp/StompServerHandler;
            0    3     1  delegate  Lio/vertx/ext/stomp/StompServerHandler;
    MethodParameters:
          Name  Flags
      delegate  

  public io.vertx.ext.stomp.StompServerHandler getDelegate();
    descriptor: ()Lio/vertx/ext/stomp/StompServerHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
         0: .line 73
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompServerHandler.delegate:Lio/vertx/ext/stomp/StompServerHandler;
            areturn
        end local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/stomp/StompServerHandler;

  public void handle(io.vertx.reactivex.ext.stomp.ServerFrame);
    descriptor: (Lio/vertx/reactivex/ext/stomp/ServerFrame;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
        start local 1 // io.vertx.reactivex.ext.stomp.ServerFrame event
         0: .line 81
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompServerHandler.delegate:Lio/vertx/ext/stomp/StompServerHandler;
            aload 1 /* event */
            invokevirtual io.vertx.reactivex.ext.stomp.ServerFrame.getDelegate:()Lio/vertx/ext/stomp/ServerFrame;
            invokeinterface io.vertx.ext.stomp.StompServerHandler.handle:(Ljava/lang/Object;)V
         1: .line 82
            return
        end local 1 // io.vertx.reactivex.ext.stomp.ServerFrame event
        end local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/reactivex/ext/stomp/StompServerHandler;
            0    2     1  event  Lio/vertx/reactivex/ext/stomp/ServerFrame;
    MethodParameters:
       Name  Flags
      event  

  public static io.vertx.reactivex.ext.stomp.StompServerHandler create(io.vertx.reactivex.core.Vertx);
    descriptor: (Lio/vertx/reactivex/core/Vertx;)Lio/vertx/reactivex/ext/stomp/StompServerHandler;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.Vertx vertx
         0: .line 90
            aload 0 /* vertx */
            invokevirtual io.vertx.reactivex.core.Vertx.getDelegate:()Lio/vertx/core/Vertx;
            invokestatic io.vertx.ext.stomp.StompServerHandler.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/stomp/StompServerHandler;
            invokestatic io.vertx.reactivex.ext.stomp.StompServerHandler.newInstance:(Lio/vertx/ext/stomp/StompServerHandler;)Lio/vertx/reactivex/ext/stomp/StompServerHandler;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.ext.stomp.StompServerHandler ret
         1: .line 91
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.ext.stomp.StompServerHandler ret
        end local 0 // io.vertx.reactivex.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0  vertx  Lio/vertx/reactivex/core/Vertx;
            1    2     1    ret  Lio/vertx/reactivex/ext/stomp/StompServerHandler;
    MethodParameters:
       Name  Flags
      vertx  

  public io.vertx.reactivex.ext.stomp.StompServerHandler receivedFrameHandler(io.vertx.core.Handler<io.vertx.reactivex.ext.stomp.ServerFrame>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/stomp/StompServerHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
        start local 1 // io.vertx.core.Handler handler
         0: .line 101
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompServerHandler.delegate:Lio/vertx/ext/stomp/StompServerHandler;
            new io.vertx.reactivex.ext.stomp.StompServerHandler$1
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.reactivex.ext.stomp.StompServerHandler$1.<init>:(Lio/vertx/reactivex/ext/stomp/StompServerHandler;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.ext.stomp.StompServerHandler.receivedFrameHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompServerHandler;
            pop
         1: .line 106
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/stomp/StompServerHandler;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/reactivex/ext/stomp/ServerFrame;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/reactivex/ext/stomp/ServerFrame;>;)Lio/vertx/reactivex/ext/stomp/StompServerHandler;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.ext.stomp.StompServerHandler connectHandler(io.vertx.core.Handler<io.vertx.reactivex.ext.stomp.ServerFrame>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/stomp/StompServerHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
        start local 1 // io.vertx.core.Handler handler
         0: .line 115
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompServerHandler.delegate:Lio/vertx/ext/stomp/StompServerHandler;
            new io.vertx.reactivex.ext.stomp.StompServerHandler$2
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.reactivex.ext.stomp.StompServerHandler$2.<init>:(Lio/vertx/reactivex/ext/stomp/StompServerHandler;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.ext.stomp.StompServerHandler.connectHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompServerHandler;
            pop
         1: .line 120
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/stomp/StompServerHandler;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/reactivex/ext/stomp/ServerFrame;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/reactivex/ext/stomp/ServerFrame;>;)Lio/vertx/reactivex/ext/stomp/StompServerHandler;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.ext.stomp.StompServerHandler stompHandler(io.vertx.core.Handler<io.vertx.reactivex.ext.stomp.ServerFrame>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/stomp/StompServerHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
        start local 1 // io.vertx.core.Handler handler
         0: .line 129
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompServerHandler.delegate:Lio/vertx/ext/stomp/StompServerHandler;
            new io.vertx.reactivex.ext.stomp.StompServerHandler$3
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.reactivex.ext.stomp.StompServerHandler$3.<init>:(Lio/vertx/reactivex/ext/stomp/StompServerHandler;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.ext.stomp.StompServerHandler.stompHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompServerHandler;
            pop
         1: .line 134
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/stomp/StompServerHandler;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/reactivex/ext/stomp/ServerFrame;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/reactivex/ext/stomp/ServerFrame;>;)Lio/vertx/reactivex/ext/stomp/StompServerHandler;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.ext.stomp.StompServerHandler subscribeHandler(io.vertx.core.Handler<io.vertx.reactivex.ext.stomp.ServerFrame>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/stomp/StompServerHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
        start local 1 // io.vertx.core.Handler handler
         0: .line 143
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompServerHandler.delegate:Lio/vertx/ext/stomp/StompServerHandler;
            new io.vertx.reactivex.ext.stomp.StompServerHandler$4
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.reactivex.ext.stomp.StompServerHandler$4.<init>:(Lio/vertx/reactivex/ext/stomp/StompServerHandler;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.ext.stomp.StompServerHandler.subscribeHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompServerHandler;
            pop
         1: .line 148
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/stomp/StompServerHandler;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/reactivex/ext/stomp/ServerFrame;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/reactivex/ext/stomp/ServerFrame;>;)Lio/vertx/reactivex/ext/stomp/StompServerHandler;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.ext.stomp.StompServerHandler unsubscribeHandler(io.vertx.core.Handler<io.vertx.reactivex.ext.stomp.ServerFrame>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/stomp/StompServerHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
        start local 1 // io.vertx.core.Handler handler
         0: .line 157
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompServerHandler.delegate:Lio/vertx/ext/stomp/StompServerHandler;
            new io.vertx.reactivex.ext.stomp.StompServerHandler$5
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.reactivex.ext.stomp.StompServerHandler$5.<init>:(Lio/vertx/reactivex/ext/stomp/StompServerHandler;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.ext.stomp.StompServerHandler.unsubscribeHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompServerHandler;
            pop
         1: .line 162
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/stomp/StompServerHandler;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/reactivex/ext/stomp/ServerFrame;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/reactivex/ext/stomp/ServerFrame;>;)Lio/vertx/reactivex/ext/stomp/StompServerHandler;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.ext.stomp.StompServerHandler sendHandler(io.vertx.core.Handler<io.vertx.reactivex.ext.stomp.ServerFrame>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/stomp/StompServerHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
        start local 1 // io.vertx.core.Handler handler
         0: .line 171
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompServerHandler.delegate:Lio/vertx/ext/stomp/StompServerHandler;
            new io.vertx.reactivex.ext.stomp.StompServerHandler$6
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.reactivex.ext.stomp.StompServerHandler$6.<init>:(Lio/vertx/reactivex/ext/stomp/StompServerHandler;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.ext.stomp.StompServerHandler.sendHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompServerHandler;
            pop
         1: .line 176
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/stomp/StompServerHandler;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/reactivex/ext/stomp/ServerFrame;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/reactivex/ext/stomp/ServerFrame;>;)Lio/vertx/reactivex/ext/stomp/StompServerHandler;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.ext.stomp.StompServerHandler closeHandler(io.vertx.core.Handler<io.vertx.reactivex.ext.stomp.StompServerConnection>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/stomp/StompServerHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
        start local 1 // io.vertx.core.Handler handler
         0: .line 185
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompServerHandler.delegate:Lio/vertx/ext/stomp/StompServerHandler;
            new io.vertx.reactivex.ext.stomp.StompServerHandler$7
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.reactivex.ext.stomp.StompServerHandler$7.<init>:(Lio/vertx/reactivex/ext/stomp/StompServerHandler;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.ext.stomp.StompServerHandler.closeHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompServerHandler;
            pop
         1: .line 190
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/stomp/StompServerHandler;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/reactivex/ext/stomp/StompServerConnection;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/reactivex/ext/stomp/StompServerConnection;>;)Lio/vertx/reactivex/ext/stomp/StompServerHandler;
    MethodParameters:
         Name  Flags
      handler  

  public void onClose(io.vertx.reactivex.ext.stomp.StompServerConnection);
    descriptor: (Lio/vertx/reactivex/ext/stomp/StompServerConnection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
        start local 1 // io.vertx.reactivex.ext.stomp.StompServerConnection connection
         0: .line 199
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompServerHandler.delegate:Lio/vertx/ext/stomp/StompServerHandler;
            aload 1 /* connection */
            invokevirtual io.vertx.reactivex.ext.stomp.StompServerConnection.getDelegate:()Lio/vertx/ext/stomp/StompServerConnection;
            invokeinterface io.vertx.ext.stomp.StompServerHandler.onClose:(Lio/vertx/ext/stomp/StompServerConnection;)V
         1: .line 200
            return
        end local 1 // io.vertx.reactivex.ext.stomp.StompServerConnection connection
        end local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/ext/stomp/StompServerHandler;
            0    2     1  connection  Lio/vertx/reactivex/ext/stomp/StompServerConnection;
    MethodParameters:
            Name  Flags
      connection  

  public io.vertx.reactivex.ext.stomp.StompServerHandler commitHandler(io.vertx.core.Handler<io.vertx.reactivex.ext.stomp.ServerFrame>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/stomp/StompServerHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
        start local 1 // io.vertx.core.Handler handler
         0: .line 208
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompServerHandler.delegate:Lio/vertx/ext/stomp/StompServerHandler;
            new io.vertx.reactivex.ext.stomp.StompServerHandler$8
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.reactivex.ext.stomp.StompServerHandler$8.<init>:(Lio/vertx/reactivex/ext/stomp/StompServerHandler;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.ext.stomp.StompServerHandler.commitHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompServerHandler;
            pop
         1: .line 213
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/stomp/StompServerHandler;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/reactivex/ext/stomp/ServerFrame;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/reactivex/ext/stomp/ServerFrame;>;)Lio/vertx/reactivex/ext/stomp/StompServerHandler;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.ext.stomp.StompServerHandler abortHandler(io.vertx.core.Handler<io.vertx.reactivex.ext.stomp.ServerFrame>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/stomp/StompServerHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
        start local 1 // io.vertx.core.Handler handler
         0: .line 222
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompServerHandler.delegate:Lio/vertx/ext/stomp/StompServerHandler;
            new io.vertx.reactivex.ext.stomp.StompServerHandler$9
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.reactivex.ext.stomp.StompServerHandler$9.<init>:(Lio/vertx/reactivex/ext/stomp/StompServerHandler;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.ext.stomp.StompServerHandler.abortHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompServerHandler;
            pop
         1: .line 227
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/stomp/StompServerHandler;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/reactivex/ext/stomp/ServerFrame;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/reactivex/ext/stomp/ServerFrame;>;)Lio/vertx/reactivex/ext/stomp/StompServerHandler;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.ext.stomp.StompServerHandler beginHandler(io.vertx.core.Handler<io.vertx.reactivex.ext.stomp.ServerFrame>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/stomp/StompServerHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
        start local 1 // io.vertx.core.Handler handler
         0: .line 236
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompServerHandler.delegate:Lio/vertx/ext/stomp/StompServerHandler;
            new io.vertx.reactivex.ext.stomp.StompServerHandler$10
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.reactivex.ext.stomp.StompServerHandler$10.<init>:(Lio/vertx/reactivex/ext/stomp/StompServerHandler;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.ext.stomp.StompServerHandler.beginHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompServerHandler;
            pop
         1: .line 241
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/stomp/StompServerHandler;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/reactivex/ext/stomp/ServerFrame;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/reactivex/ext/stomp/ServerFrame;>;)Lio/vertx/reactivex/ext/stomp/StompServerHandler;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.ext.stomp.StompServerHandler disconnectHandler(io.vertx.core.Handler<io.vertx.reactivex.ext.stomp.ServerFrame>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/stomp/StompServerHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
        start local 1 // io.vertx.core.Handler handler
         0: .line 250
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompServerHandler.delegate:Lio/vertx/ext/stomp/StompServerHandler;
            new io.vertx.reactivex.ext.stomp.StompServerHandler$11
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.reactivex.ext.stomp.StompServerHandler$11.<init>:(Lio/vertx/reactivex/ext/stomp/StompServerHandler;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.ext.stomp.StompServerHandler.disconnectHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompServerHandler;
            pop
         1: .line 255
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/stomp/StompServerHandler;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/reactivex/ext/stomp/ServerFrame;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/reactivex/ext/stomp/ServerFrame;>;)Lio/vertx/reactivex/ext/stomp/StompServerHandler;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.ext.stomp.StompServerHandler ackHandler(io.vertx.core.Handler<io.vertx.reactivex.ext.stomp.ServerFrame>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/stomp/StompServerHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
        start local 1 // io.vertx.core.Handler handler
         0: .line 264
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompServerHandler.delegate:Lio/vertx/ext/stomp/StompServerHandler;
            new io.vertx.reactivex.ext.stomp.StompServerHandler$12
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.reactivex.ext.stomp.StompServerHandler$12.<init>:(Lio/vertx/reactivex/ext/stomp/StompServerHandler;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.ext.stomp.StompServerHandler.ackHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompServerHandler;
            pop
         1: .line 269
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/stomp/StompServerHandler;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/reactivex/ext/stomp/ServerFrame;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/reactivex/ext/stomp/ServerFrame;>;)Lio/vertx/reactivex/ext/stomp/StompServerHandler;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.ext.stomp.StompServerHandler nackHandler(io.vertx.core.Handler<io.vertx.reactivex.ext.stomp.ServerFrame>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/stomp/StompServerHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
        start local 1 // io.vertx.core.Handler handler
         0: .line 278
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompServerHandler.delegate:Lio/vertx/ext/stomp/StompServerHandler;
            new io.vertx.reactivex.ext.stomp.StompServerHandler$13
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.reactivex.ext.stomp.StompServerHandler$13.<init>:(Lio/vertx/reactivex/ext/stomp/StompServerHandler;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.ext.stomp.StompServerHandler.nackHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompServerHandler;
            pop
         1: .line 283
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/stomp/StompServerHandler;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/reactivex/ext/stomp/ServerFrame;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/reactivex/ext/stomp/ServerFrame;>;)Lio/vertx/reactivex/ext/stomp/StompServerHandler;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.ext.stomp.StompServerHandler onAuthenticationRequest(io.vertx.reactivex.ext.stomp.StompServerConnection, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Boolean>>);
    descriptor: (Lio/vertx/reactivex/ext/stomp/StompServerConnection;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/stomp/StompServerHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
        start local 1 // io.vertx.reactivex.ext.stomp.StompServerConnection connection
        start local 2 // java.lang.String login
        start local 3 // java.lang.String passcode
        start local 4 // io.vertx.core.Handler handler
         0: .line 296
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompServerHandler.delegate:Lio/vertx/ext/stomp/StompServerHandler;
            aload 1 /* connection */
            invokevirtual io.vertx.reactivex.ext.stomp.StompServerConnection.getDelegate:()Lio/vertx/ext/stomp/StompServerConnection;
            aload 2 /* login */
            aload 3 /* passcode */
            aload 4 /* handler */
            invokeinterface io.vertx.ext.stomp.StompServerHandler.onAuthenticationRequest:(Lio/vertx/ext/stomp/StompServerConnection;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompServerHandler;
            pop
         1: .line 297
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // java.lang.String passcode
        end local 2 // java.lang.String login
        end local 1 // io.vertx.reactivex.ext.stomp.StompServerConnection connection
        end local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/ext/stomp/StompServerHandler;
            0    2     1  connection  Lio/vertx/reactivex/ext/stomp/StompServerConnection;
            0    2     2       login  Ljava/lang/String;
            0    2     3    passcode  Ljava/lang/String;
            0    2     4     handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Boolean;>;>;
    Signature: (Lio/vertx/reactivex/ext/stomp/StompServerConnection;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Boolean;>;>;)Lio/vertx/reactivex/ext/stomp/StompServerHandler;
    MethodParameters:
            Name  Flags
      connection  
      login       
      passcode    
      handler     

  public io.reactivex.Single<java.lang.Boolean> rxOnAuthenticationRequest(io.vertx.reactivex.ext.stomp.StompServerConnection, java.lang.String, java.lang.String);
    descriptor: (Lio/vertx/reactivex/ext/stomp/StompServerConnection;Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
         0: .line 309
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/stomp/StompServerHandler;
    Signature: (Lio/vertx/reactivex/ext/stomp/StompServerConnection;Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Single<Ljava/lang/Boolean;>;
    MethodParameters:
            Name  Flags
      connection  
      login       
      passcode    

  public io.vertx.reactivex.ext.auth.User getUserBySession(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/auth/User;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
        start local 1 // java.lang.String session
         0: .line 320
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompServerHandler.delegate:Lio/vertx/ext/stomp/StompServerHandler;
            aload 1 /* session */
            invokeinterface io.vertx.ext.stomp.StompServerHandler.getUserBySession:(Ljava/lang/String;)Lio/vertx/ext/auth/User;
            invokestatic io.vertx.reactivex.ext.auth.User.newInstance:(Lio/vertx/ext/auth/User;)Lio/vertx/reactivex/ext/auth/User;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.ext.auth.User ret
         1: .line 321
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.ext.auth.User ret
        end local 1 // java.lang.String session
        end local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/stomp/StompServerHandler;
            0    2     1  session  Ljava/lang/String;
            1    2     2      ret  Lio/vertx/reactivex/ext/auth/User;
    MethodParameters:
         Name  Flags
      session  

  public io.vertx.reactivex.ext.stomp.StompServerHandler authProvider(io.vertx.reactivex.ext.auth.AuthProvider);
    descriptor: (Lio/vertx/reactivex/ext/auth/AuthProvider;)Lio/vertx/reactivex/ext/stomp/StompServerHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
        start local 1 // io.vertx.reactivex.ext.auth.AuthProvider handler
         0: .line 330
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompServerHandler.delegate:Lio/vertx/ext/stomp/StompServerHandler;
            aload 1 /* handler */
            invokevirtual io.vertx.reactivex.ext.auth.AuthProvider.getDelegate:()Lio/vertx/ext/auth/AuthProvider;
            invokeinterface io.vertx.ext.stomp.StompServerHandler.authProvider:(Lio/vertx/ext/auth/AuthProvider;)Lio/vertx/ext/stomp/StompServerHandler;
            pop
         1: .line 331
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.reactivex.ext.auth.AuthProvider handler
        end local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/stomp/StompServerHandler;
            0    2     1  handler  Lio/vertx/reactivex/ext/auth/AuthProvider;
    MethodParameters:
         Name  Flags
      handler  

  public java.util.List<io.vertx.reactivex.ext.stomp.Destination> getDestinations();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
         0: .line 338
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompServerHandler.delegate:Lio/vertx/ext/stomp/StompServerHandler;
            invokeinterface io.vertx.ext.stomp.StompServerHandler.getDestinations:()Ljava/util/List;
            invokeinterface java.util.List.stream:()Ljava/util/stream/Stream;
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/reactivex/ext/stomp/StompServerHandler.lambda$3(Lio/vertx/ext/stomp/Destination;)Lio/vertx/reactivex/ext/stomp/Destination; (6)
                  (Lio/vertx/ext/stomp/Destination;)Lio/vertx/reactivex/ext/stomp/Destination;
            invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
            invokestatic java.util.stream.Collectors.toList:()Ljava/util/stream/Collector;
            invokeinterface java.util.stream.Stream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
            checkcast java.util.List
            astore 1 /* ret */
        start local 1 // java.util.List ret
         1: .line 339
            aload 1 /* ret */
            areturn
        end local 1 // java.util.List ret
        end local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/stomp/StompServerHandler;
            1    2     1   ret  Ljava/util/List<Lio/vertx/reactivex/ext/stomp/Destination;>;
    Signature: ()Ljava/util/List<Lio/vertx/reactivex/ext/stomp/Destination;>;

  public io.vertx.reactivex.ext.stomp.Destination getDestination(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/stomp/Destination;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
        start local 1 // java.lang.String destination
         0: .line 348
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompServerHandler.delegate:Lio/vertx/ext/stomp/StompServerHandler;
            aload 1 /* destination */
            invokeinterface io.vertx.ext.stomp.StompServerHandler.getDestination:(Ljava/lang/String;)Lio/vertx/ext/stomp/Destination;
            invokestatic io.vertx.reactivex.ext.stomp.Destination.newInstance:(Lio/vertx/ext/stomp/Destination;)Lio/vertx/reactivex/ext/stomp/Destination;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.ext.stomp.Destination ret
         1: .line 349
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.ext.stomp.Destination ret
        end local 1 // java.lang.String destination
        end local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/reactivex/ext/stomp/StompServerHandler;
            0    2     1  destination  Ljava/lang/String;
            1    2     2          ret  Lio/vertx/reactivex/ext/stomp/Destination;
    MethodParameters:
             Name  Flags
      destination  

  public io.vertx.reactivex.ext.stomp.StompServerHandler onAck(io.vertx.reactivex.ext.stomp.StompServerConnection, io.vertx.ext.stomp.Frame, java.util.List<io.vertx.ext.stomp.Frame>);
    descriptor: (Lio/vertx/reactivex/ext/stomp/StompServerConnection;Lio/vertx/ext/stomp/Frame;Ljava/util/List;)Lio/vertx/reactivex/ext/stomp/StompServerHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
        start local 1 // io.vertx.reactivex.ext.stomp.StompServerConnection connection
        start local 2 // io.vertx.ext.stomp.Frame subscribe
        start local 3 // java.util.List messages
         0: .line 361
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompServerHandler.delegate:Lio/vertx/ext/stomp/StompServerHandler;
            aload 1 /* connection */
            invokevirtual io.vertx.reactivex.ext.stomp.StompServerConnection.getDelegate:()Lio/vertx/ext/stomp/StompServerConnection;
            aload 2 /* subscribe */
            aload 3 /* messages */
            invokeinterface io.vertx.ext.stomp.StompServerHandler.onAck:(Lio/vertx/ext/stomp/StompServerConnection;Lio/vertx/ext/stomp/Frame;Ljava/util/List;)Lio/vertx/ext/stomp/StompServerHandler;
            pop
         1: .line 362
            aload 0 /* this */
            areturn
        end local 3 // java.util.List messages
        end local 2 // io.vertx.ext.stomp.Frame subscribe
        end local 1 // io.vertx.reactivex.ext.stomp.StompServerConnection connection
        end local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/ext/stomp/StompServerHandler;
            0    2     1  connection  Lio/vertx/reactivex/ext/stomp/StompServerConnection;
            0    2     2   subscribe  Lio/vertx/ext/stomp/Frame;
            0    2     3    messages  Ljava/util/List<Lio/vertx/ext/stomp/Frame;>;
    Signature: (Lio/vertx/reactivex/ext/stomp/StompServerConnection;Lio/vertx/ext/stomp/Frame;Ljava/util/List<Lio/vertx/ext/stomp/Frame;>;)Lio/vertx/reactivex/ext/stomp/StompServerHandler;
    MethodParameters:
            Name  Flags
      connection  
      subscribe   
      messages    

  public io.vertx.reactivex.ext.stomp.StompServerHandler onNack(io.vertx.reactivex.ext.stomp.StompServerConnection, io.vertx.ext.stomp.Frame, java.util.List<io.vertx.ext.stomp.Frame>);
    descriptor: (Lio/vertx/reactivex/ext/stomp/StompServerConnection;Lio/vertx/ext/stomp/Frame;Ljava/util/List;)Lio/vertx/reactivex/ext/stomp/StompServerHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
        start local 1 // io.vertx.reactivex.ext.stomp.StompServerConnection connection
        start local 2 // io.vertx.ext.stomp.Frame subscribe
        start local 3 // java.util.List messages
         0: .line 376
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompServerHandler.delegate:Lio/vertx/ext/stomp/StompServerHandler;
            aload 1 /* connection */
            invokevirtual io.vertx.reactivex.ext.stomp.StompServerConnection.getDelegate:()Lio/vertx/ext/stomp/StompServerConnection;
            aload 2 /* subscribe */
            aload 3 /* messages */
            invokeinterface io.vertx.ext.stomp.StompServerHandler.onNack:(Lio/vertx/ext/stomp/StompServerConnection;Lio/vertx/ext/stomp/Frame;Ljava/util/List;)Lio/vertx/ext/stomp/StompServerHandler;
            pop
         1: .line 377
            aload 0 /* this */
            areturn
        end local 3 // java.util.List messages
        end local 2 // io.vertx.ext.stomp.Frame subscribe
        end local 1 // io.vertx.reactivex.ext.stomp.StompServerConnection connection
        end local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/ext/stomp/StompServerHandler;
            0    2     1  connection  Lio/vertx/reactivex/ext/stomp/StompServerConnection;
            0    2     2   subscribe  Lio/vertx/ext/stomp/Frame;
            0    2     3    messages  Ljava/util/List<Lio/vertx/ext/stomp/Frame;>;
    Signature: (Lio/vertx/reactivex/ext/stomp/StompServerConnection;Lio/vertx/ext/stomp/Frame;Ljava/util/List<Lio/vertx/ext/stomp/Frame;>;)Lio/vertx/reactivex/ext/stomp/StompServerHandler;
    MethodParameters:
            Name  Flags
      connection  
      subscribe   
      messages    

  public io.vertx.reactivex.ext.stomp.StompServerHandler onAckHandler(io.vertx.core.Handler<io.vertx.reactivex.ext.stomp.Acknowledgement>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/stomp/StompServerHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
        start local 1 // io.vertx.core.Handler handler
         0: .line 386
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompServerHandler.delegate:Lio/vertx/ext/stomp/StompServerHandler;
            new io.vertx.reactivex.ext.stomp.StompServerHandler$14
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.reactivex.ext.stomp.StompServerHandler$14.<init>:(Lio/vertx/reactivex/ext/stomp/StompServerHandler;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.ext.stomp.StompServerHandler.onAckHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompServerHandler;
            pop
         1: .line 391
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/stomp/StompServerHandler;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/reactivex/ext/stomp/Acknowledgement;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/reactivex/ext/stomp/Acknowledgement;>;)Lio/vertx/reactivex/ext/stomp/StompServerHandler;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.ext.stomp.StompServerHandler onNackHandler(io.vertx.core.Handler<io.vertx.reactivex.ext.stomp.Acknowledgement>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/stomp/StompServerHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
        start local 1 // io.vertx.core.Handler handler
         0: .line 400
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompServerHandler.delegate:Lio/vertx/ext/stomp/StompServerHandler;
            new io.vertx.reactivex.ext.stomp.StompServerHandler$15
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.reactivex.ext.stomp.StompServerHandler$15.<init>:(Lio/vertx/reactivex/ext/stomp/StompServerHandler;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.ext.stomp.StompServerHandler.onNackHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompServerHandler;
            pop
         1: .line 405
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/stomp/StompServerHandler;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/reactivex/ext/stomp/Acknowledgement;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/reactivex/ext/stomp/Acknowledgement;>;)Lio/vertx/reactivex/ext/stomp/StompServerHandler;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.ext.stomp.StompServerHandler pingHandler(io.vertx.core.Handler<io.vertx.reactivex.ext.stomp.StompServerConnection>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/stomp/StompServerHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
        start local 1 // io.vertx.core.Handler handler
         0: .line 418
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompServerHandler.delegate:Lio/vertx/ext/stomp/StompServerHandler;
            new io.vertx.reactivex.ext.stomp.StompServerHandler$16
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.reactivex.ext.stomp.StompServerHandler$16.<init>:(Lio/vertx/reactivex/ext/stomp/StompServerHandler;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.ext.stomp.StompServerHandler.pingHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompServerHandler;
            pop
         1: .line 423
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/stomp/StompServerHandler;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/reactivex/ext/stomp/StompServerConnection;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/reactivex/ext/stomp/StompServerConnection;>;)Lio/vertx/reactivex/ext/stomp/StompServerHandler;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.ext.stomp.Destination getOrCreateDestination(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/stomp/Destination;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
        start local 1 // java.lang.String destination
         0: .line 433
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompServerHandler.delegate:Lio/vertx/ext/stomp/StompServerHandler;
            aload 1 /* destination */
            invokeinterface io.vertx.ext.stomp.StompServerHandler.getOrCreateDestination:(Ljava/lang/String;)Lio/vertx/ext/stomp/Destination;
            invokestatic io.vertx.reactivex.ext.stomp.Destination.newInstance:(Lio/vertx/ext/stomp/Destination;)Lio/vertx/reactivex/ext/stomp/Destination;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.ext.stomp.Destination ret
         1: .line 434
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.ext.stomp.Destination ret
        end local 1 // java.lang.String destination
        end local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/reactivex/ext/stomp/StompServerHandler;
            0    2     1  destination  Ljava/lang/String;
            1    2     2          ret  Lio/vertx/reactivex/ext/stomp/Destination;
    MethodParameters:
             Name  Flags
      destination  

  public io.vertx.reactivex.ext.stomp.StompServerHandler destinationFactory(io.vertx.reactivex.ext.stomp.DestinationFactory);
    descriptor: (Lio/vertx/reactivex/ext/stomp/DestinationFactory;)Lio/vertx/reactivex/ext/stomp/StompServerHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
        start local 1 // io.vertx.reactivex.ext.stomp.DestinationFactory factory
         0: .line 443
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompServerHandler.delegate:Lio/vertx/ext/stomp/StompServerHandler;
            aload 1 /* factory */
            invokevirtual io.vertx.reactivex.ext.stomp.DestinationFactory.getDelegate:()Lio/vertx/ext/stomp/DestinationFactory;
            invokeinterface io.vertx.ext.stomp.StompServerHandler.destinationFactory:(Lio/vertx/ext/stomp/DestinationFactory;)Lio/vertx/ext/stomp/StompServerHandler;
            pop
         1: .line 444
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.reactivex.ext.stomp.DestinationFactory factory
        end local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/stomp/StompServerHandler;
            0    2     1  factory  Lio/vertx/reactivex/ext/stomp/DestinationFactory;
    MethodParameters:
         Name  Flags
      factory  

  public io.vertx.reactivex.ext.stomp.StompServerHandler bridge(io.vertx.ext.stomp.BridgeOptions);
    descriptor: (Lio/vertx/ext/stomp/BridgeOptions;)Lio/vertx/reactivex/ext/stomp/StompServerHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
        start local 1 // io.vertx.ext.stomp.BridgeOptions options
         0: .line 453
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.stomp.StompServerHandler.delegate:Lio/vertx/ext/stomp/StompServerHandler;
            aload 1 /* options */
            invokeinterface io.vertx.ext.stomp.StompServerHandler.bridge:(Lio/vertx/ext/stomp/BridgeOptions;)Lio/vertx/ext/stomp/StompServerHandler;
            pop
         1: .line 454
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.ext.stomp.BridgeOptions options
        end local 0 // io.vertx.reactivex.ext.stomp.StompServerHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/stomp/StompServerHandler;
            0    2     1  options  Lio/vertx/ext/stomp/BridgeOptions;
    MethodParameters:
         Name  Flags
      options  

  public static io.vertx.reactivex.ext.stomp.StompServerHandler newInstance(io.vertx.ext.stomp.StompServerHandler);
    descriptor: (Lio/vertx/ext/stomp/StompServerHandler;)Lio/vertx/reactivex/ext/stomp/StompServerHandler;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.ext.stomp.StompServerHandler arg
         0: .line 459
            aload 0 /* arg */
            ifnull 1
            new io.vertx.reactivex.ext.stomp.StompServerHandler
            dup
            aload 0 /* arg */
            invokespecial io.vertx.reactivex.ext.stomp.StompServerHandler.<init>:(Lio/vertx/ext/stomp/StompServerHandler;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.reactivex.ext.stomp.StompServerHandler
         2: areturn
        end local 0 // io.vertx.ext.stomp.StompServerHandler arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   arg  Lio/vertx/ext/stomp/StompServerHandler;
    MethodParameters:
      Name  Flags
      arg   

  public void handle(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.reactivex.ext.stomp.ServerFrame
            invokevirtual io.vertx.reactivex.ext.stomp.StompServerHandler.handle:(Lio/vertx/reactivex/ext/stomp/ServerFrame;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static java.lang.Object lambda$0(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 62
            new io.vertx.reactivex.ext.stomp.StompServerHandler
            dup
            aload 0 /* obj */
            checkcast io.vertx.ext.stomp.StompServerHandler
            invokespecial io.vertx.reactivex.ext.stomp.StompServerHandler.<init>:(Lio/vertx/ext/stomp/StompServerHandler;)V
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Ljava/lang/Object;

  private static io.vertx.reactivex.ext.stomp.Destination lambda$3(io.vertx.ext.stomp.Destination);
    descriptor: (Lio/vertx/ext/stomp/Destination;)Lio/vertx/reactivex/ext/stomp/Destination;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.stomp.Destination elt
         0: .line 338
            aload 0 /* elt */
            invokestatic io.vertx.reactivex.ext.stomp.Destination.newInstance:(Lio/vertx/ext/stomp/Destination;)Lio/vertx/reactivex/ext/stomp/Destination;
            areturn
        end local 0 // io.vertx.ext.stomp.Destination elt
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   elt  Lio/vertx/ext/stomp/Destination;
}
Signature: Ljava/lang/Object;Lio/vertx/core/Handler<Lio/vertx/reactivex/ext/stomp/ServerFrame;>;
SourceFile: "StompServerHandler.java"
NestMembers:
  io.vertx.reactivex.ext.stomp.StompServerHandler$1  io.vertx.reactivex.ext.stomp.StompServerHandler$10  io.vertx.reactivex.ext.stomp.StompServerHandler$11  io.vertx.reactivex.ext.stomp.StompServerHandler$12  io.vertx.reactivex.ext.stomp.StompServerHandler$13  io.vertx.reactivex.ext.stomp.StompServerHandler$14  io.vertx.reactivex.ext.stomp.StompServerHandler$15  io.vertx.reactivex.ext.stomp.StompServerHandler$16  io.vertx.reactivex.ext.stomp.StompServerHandler$2  io.vertx.reactivex.ext.stomp.StompServerHandler$3  io.vertx.reactivex.ext.stomp.StompServerHandler$4  io.vertx.reactivex.ext.stomp.StompServerHandler$5  io.vertx.reactivex.ext.stomp.StompServerHandler$6  io.vertx.reactivex.ext.stomp.StompServerHandler$7  io.vertx.reactivex.ext.stomp.StompServerHandler$8  io.vertx.reactivex.ext.stomp.StompServerHandler$9
InnerClasses:
  io.vertx.reactivex.ext.stomp.StompServerHandler$1
  io.vertx.reactivex.ext.stomp.StompServerHandler$10
  io.vertx.reactivex.ext.stomp.StompServerHandler$11
  io.vertx.reactivex.ext.stomp.StompServerHandler$12
  io.vertx.reactivex.ext.stomp.StompServerHandler$13
  io.vertx.reactivex.ext.stomp.StompServerHandler$14
  io.vertx.reactivex.ext.stomp.StompServerHandler$15
  io.vertx.reactivex.ext.stomp.StompServerHandler$16
  io.vertx.reactivex.ext.stomp.StompServerHandler$2
  io.vertx.reactivex.ext.stomp.StompServerHandler$3
  io.vertx.reactivex.ext.stomp.StompServerHandler$4
  io.vertx.reactivex.ext.stomp.StompServerHandler$5
  io.vertx.reactivex.ext.stomp.StompServerHandler$6
  io.vertx.reactivex.ext.stomp.StompServerHandler$7
  io.vertx.reactivex.ext.stomp.StompServerHandler$8
  io.vertx.reactivex.ext.stomp.StompServerHandler$9
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/ext/stomp/StompServerHandler;)