class io.vertx.proton.impl.ProtonServerImpl$1 implements io.vertx.proton.sasl.ProtonSaslAuthenticator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.proton.impl.ProtonServerImpl$1
  super_class: java.lang.Object
{
  final io.vertx.proton.impl.ProtonServerImpl this$0;
    descriptor: Lio/vertx/proton/impl/ProtonServerImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final io.vertx.proton.sasl.ProtonSaslAuthenticator val$authenticator;
    descriptor: Lio/vertx/proton/sasl/ProtonSaslAuthenticator;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final io.vertx.core.Handler val$handler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final io.vertx.proton.impl.ProtonConnectionImpl val$connection;
    descriptor: Lio/vertx/proton/impl/ProtonConnectionImpl;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.vertx.proton.impl.ProtonServerImpl, io.vertx.proton.sasl.ProtonSaslAuthenticator, io.vertx.core.Handler, io.vertx.proton.impl.ProtonConnectionImpl);
    descriptor: (Lio/vertx/proton/impl/ProtonServerImpl;Lio/vertx/proton/sasl/ProtonSaslAuthenticator;Lio/vertx/core/Handler;Lio/vertx/proton/impl/ProtonConnectionImpl;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // io.vertx.proton.impl.ProtonServerImpl$1 this
         0: .line 169
            aload 0 /* this */
            aload 1
            putfield io.vertx.proton.impl.ProtonServerImpl$1.this$0:Lio/vertx/proton/impl/ProtonServerImpl;
            aload 0 /* this */
            aload 2
            putfield io.vertx.proton.impl.ProtonServerImpl$1.val$authenticator:Lio/vertx/proton/sasl/ProtonSaslAuthenticator;
            aload 0 /* this */
            aload 3
            putfield io.vertx.proton.impl.ProtonServerImpl$1.val$handler:Lio/vertx/core/Handler;
            aload 0 /* this */
            aload 4
            putfield io.vertx.proton.impl.ProtonServerImpl$1.val$connection:Lio/vertx/proton/impl/ProtonConnectionImpl;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.proton.impl.ProtonServerImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/impl/ProtonServerImpl$1;
    MethodParameters:
                   Name  Flags
      this$0             final
      val$authenticator  final
      val$handler        final
      val$connection     final

  public void init(io.vertx.core.net.NetSocket, io.vertx.proton.ProtonConnection, org.apache.qpid.proton.engine.Transport);
    descriptor: (Lio/vertx/core/net/NetSocket;Lio/vertx/proton/ProtonConnection;Lorg/apache/qpid/proton/engine/Transport;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.proton.impl.ProtonServerImpl$1 this
        start local 1 // io.vertx.core.net.NetSocket socket
        start local 2 // io.vertx.proton.ProtonConnection protonConnection
        start local 3 // org.apache.qpid.proton.engine.Transport transport
         0: .line 173
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonServerImpl$1.val$authenticator:Lio/vertx/proton/sasl/ProtonSaslAuthenticator;
            aload 1 /* socket */
            aload 2 /* protonConnection */
            aload 3 /* transport */
            invokeinterface io.vertx.proton.sasl.ProtonSaslAuthenticator.init:(Lio/vertx/core/net/NetSocket;Lio/vertx/proton/ProtonConnection;Lorg/apache/qpid/proton/engine/Transport;)V
         1: .line 174
            return
        end local 3 // org.apache.qpid.proton.engine.Transport transport
        end local 2 // io.vertx.proton.ProtonConnection protonConnection
        end local 1 // io.vertx.core.net.NetSocket socket
        end local 0 // io.vertx.proton.impl.ProtonServerImpl$1 this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lio/vertx/proton/impl/ProtonServerImpl$1;
            0    2     1            socket  Lio/vertx/core/net/NetSocket;
            0    2     2  protonConnection  Lio/vertx/proton/ProtonConnection;
            0    2     3         transport  Lorg/apache/qpid/proton/engine/Transport;
    MethodParameters:
                  Name  Flags
      socket            
      protonConnection  
      transport         

  public void process(io.vertx.core.Handler<java.lang.Boolean>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // io.vertx.proton.impl.ProtonServerImpl$1 this
        start local 1 // io.vertx.core.Handler completionHandler
         0: .line 178
            invokestatic io.vertx.core.Vertx.currentContext:()Lio/vertx/core/Context;
            astore 2 /* context */
        start local 2 // io.vertx.core.Context context
         1: .line 180
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonServerImpl$1.val$authenticator:Lio/vertx/proton/sasl/ProtonSaslAuthenticator;
            aload 0 /* this */
            aload 2 /* context */
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonServerImpl$1.val$handler:Lio/vertx/core/Handler;
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonServerImpl$1.val$connection:Lio/vertx/proton/impl/ProtonConnectionImpl;
            aload 1 /* completionHandler */
            invokedynamic handle(Lio/vertx/proton/impl/ProtonServerImpl$1;Lio/vertx/core/Context;Lio/vertx/core/Handler;Lio/vertx/proton/impl/ProtonConnectionImpl;Lio/vertx/core/Handler;)Lio/vertx/core/Handler;
              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;)V
                  io/vertx/proton/impl/ProtonServerImpl$1.lambda$0(Lio/vertx/core/Context;Lio/vertx/core/Handler;Lio/vertx/proton/impl/ProtonConnectionImpl;Lio/vertx/core/Handler;Ljava/lang/Boolean;)V (7)
                  (Ljava/lang/Boolean;)V
            invokeinterface io.vertx.proton.sasl.ProtonSaslAuthenticator.process:(Lio/vertx/core/Handler;)V
         2: .line 200
            return
        end local 2 // io.vertx.core.Context context
        end local 1 // io.vertx.core.Handler completionHandler
        end local 0 // io.vertx.proton.impl.ProtonServerImpl$1 this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lio/vertx/proton/impl/ProtonServerImpl$1;
            0    3     1  completionHandler  Lio/vertx/core/Handler<Ljava/lang/Boolean;>;
            1    3     2            context  Lio/vertx/core/Context;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Boolean;>;)V
    MethodParameters:
                   Name  Flags
      completionHandler  

  public boolean succeeded();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonServerImpl$1 this
         0: .line 204
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonServerImpl$1.val$authenticator:Lio/vertx/proton/sasl/ProtonSaslAuthenticator;
            invokeinterface io.vertx.proton.sasl.ProtonSaslAuthenticator.succeeded:()Z
            ireturn
        end local 0 // io.vertx.proton.impl.ProtonServerImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/impl/ProtonServerImpl$1;

  private void lambda$0(io.vertx.core.Context, io.vertx.core.Handler, io.vertx.proton.impl.ProtonConnectionImpl, io.vertx.core.Handler, java.lang.Boolean);
    descriptor: (Lio/vertx/core/Context;Lio/vertx/core/Handler;Lio/vertx/proton/impl/ProtonConnectionImpl;Lio/vertx/core/Handler;Ljava/lang/Boolean;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=7, args_size=6
        start local 0 // io.vertx.proton.impl.ProtonServerImpl$1 this
        start local 5 // java.lang.Boolean complete
         0: .line 181
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonServerImpl$1.this$0:Lio/vertx/proton/impl/ProtonServerImpl;
            getfield io.vertx.proton.impl.ProtonServerImpl.vertx:Lio/vertx/core/Vertx;
            invokeinterface io.vertx.core.Vertx.getOrCreateContext:()Lio/vertx/core/Context;
            astore 6 /* callbackContext */
        start local 6 // io.vertx.core.Context callbackContext
         1: .line 182
            aload 1
            aload 6 /* callbackContext */
            if_acmpeq 3
         2: .line 183
            new java.lang.IllegalStateException
            dup
            ldc "Callback was not made on the original context"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 186
      StackMap locals: io.vertx.core.Context
      StackMap stack:
            aload 5 /* complete */
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 10
         4: .line 188
            aload 0 /* this */
            invokevirtual io.vertx.proton.impl.ProtonServerImpl$1.succeeded:()Z
            ifeq 8
         5: .line 189
            aload 2
            aload 3
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         6: .line 190
            aload 3
            invokevirtual io.vertx.proton.impl.ProtonConnectionImpl.flush:()V
         7: .line 191
            goto 10
         8: .line 193
      StackMap locals:
      StackMap stack:
            aload 3
            invokevirtual io.vertx.proton.impl.ProtonConnectionImpl.flush:()V
         9: .line 194
            aload 3
            invokevirtual io.vertx.proton.impl.ProtonConnectionImpl.disconnect:()V
        10: .line 198
      StackMap locals:
      StackMap stack:
            aload 4
            aload 5 /* complete */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        end local 6 // io.vertx.core.Context callbackContext
        11: .line 199
            return
        end local 5 // java.lang.Boolean complete
        end local 0 // io.vertx.proton.impl.ProtonServerImpl$1 this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   12     0             this  Lio/vertx/proton/impl/ProtonServerImpl$1;
            0   12     5         complete  Ljava/lang/Boolean;
            1   11     6  callbackContext  Lio/vertx/core/Context;
}
SourceFile: "ProtonServerImpl.java"
EnclosingMethod: io.vertx.proton.impl.ProtonServerImpl.lambda$1:(Lio/vertx/core/Handler;Lio/vertx/core/net/NetSocket;)V
NestHost: io.vertx.proton.impl.ProtonServerImpl
InnerClasses:
  io.vertx.proton.impl.ProtonServerImpl$1
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles