class io.vertx.ext.mail.impl.SMTPQuit
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.ext.mail.impl.SMTPQuit
  super_class: java.lang.Object
{
  private static final io.vertx.core.impl.logging.Logger log;
    descriptor: Lio/vertx/core/impl/logging/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final io.vertx.ext.mail.impl.SMTPConnection connection;
    descriptor: Lio/vertx/ext/mail/impl/SMTPConnection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.core.Handler<java.lang.Void> resultHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lio/vertx/core/Handler<Ljava/lang/Void;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 34
            ldc Lio/vertx/ext/mail/impl/SMTPQuit;
            invokestatic io.vertx.core.impl.logging.LoggerFactory.getLogger:(Ljava/lang/Class;)Lio/vertx/core/impl/logging/Logger;
            putstatic io.vertx.ext.mail.impl.SMTPQuit.log:Lio/vertx/core/impl/logging/Logger;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(io.vertx.ext.mail.impl.SMTPConnection, io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/ext/mail/impl/SMTPConnection;Lio/vertx/core/Handler;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.ext.mail.impl.SMTPQuit this
        start local 1 // io.vertx.ext.mail.impl.SMTPConnection connection
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 41
            aload 0 /* this */
            aload 1 /* connection */
            putfield io.vertx.ext.mail.impl.SMTPQuit.connection:Lio/vertx/ext/mail/impl/SMTPConnection;
         2: .line 42
            aload 0 /* this */
            aload 2 /* resultHandler */
            putfield io.vertx.ext.mail.impl.SMTPQuit.resultHandler:Lio/vertx/core/Handler;
         3: .line 43
            return
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // io.vertx.ext.mail.impl.SMTPConnection connection
        end local 0 // io.vertx.ext.mail.impl.SMTPQuit this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lio/vertx/ext/mail/impl/SMTPQuit;
            0    4     1     connection  Lio/vertx/ext/mail/impl/SMTPConnection;
            0    4     2  resultHandler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/ext/mail/impl/SMTPConnection;Lio/vertx/core/Handler<Ljava/lang/Void;>;)V
    MethodParameters:
               Name  Flags
      connection     
      resultHandler  

  void start();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.ext.mail.impl.SMTPQuit this
         0: .line 46
            aload 0 /* this */
            getfield io.vertx.ext.mail.impl.SMTPQuit.connection:Lio/vertx/ext/mail/impl/SMTPConnection;
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/ext/mail/impl/SMTPQuit;)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/ext/mail/impl/SMTPQuit.lambda$0(Ljava/lang/Throwable;)V (7)
                  (Ljava/lang/Throwable;)V
            invokevirtual io.vertx.ext.mail.impl.SMTPConnection.setErrorHandler:(Lio/vertx/core/Handler;)V
         1: .line 50
            aload 0 /* this */
            getfield io.vertx.ext.mail.impl.SMTPQuit.connection:Lio/vertx/ext/mail/impl/SMTPConnection;
            ldc "QUIT"
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/ext/mail/impl/SMTPQuit;)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/ext/mail/impl/SMTPQuit.lambda$1(Ljava/lang/String;)V (7)
                  (Ljava/lang/String;)V
            invokevirtual io.vertx.ext.mail.impl.SMTPConnection.write:(Ljava/lang/String;Lio/vertx/core/Handler;)V
         2: .line 57
            return
        end local 0 // io.vertx.ext.mail.impl.SMTPQuit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/mail/impl/SMTPQuit;

  private void lambda$0(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.mail.impl.SMTPQuit this
        start local 1 // java.lang.Throwable th
         0: .line 47
            getstatic io.vertx.ext.mail.impl.SMTPQuit.log:Lio/vertx/core/impl/logging/Logger;
            ldc "QUIT failed, ignoring exception"
            aload 1 /* th */
            invokeinterface io.vertx.core.impl.logging.Logger.debug:(Ljava/lang/Object;Ljava/lang/Throwable;)V
         1: .line 48
            aload 0 /* this */
            getfield io.vertx.ext.mail.impl.SMTPQuit.resultHandler:Lio/vertx/core/Handler;
            aconst_null
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 49
            return
        end local 1 // java.lang.Throwable th
        end local 0 // io.vertx.ext.mail.impl.SMTPQuit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/mail/impl/SMTPQuit;
            0    3     1    th  Ljava/lang/Throwable;

  private void lambda$1(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.ext.mail.impl.SMTPQuit this
        start local 1 // java.lang.String message
         0: .line 51
            getstatic io.vertx.ext.mail.impl.SMTPQuit.log:Lio/vertx/core/impl/logging/Logger;
            new java.lang.StringBuilder
            dup
            ldc "QUIT result: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* message */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokeinterface io.vertx.core.impl.logging.Logger.debug:(Ljava/lang/Object;)V
         1: .line 52
            aload 1 /* message */
            invokestatic io.vertx.ext.mail.impl.StatusCode.isStatusOk:(Ljava/lang/String;)Z
            ifne 3
         2: .line 53
            getstatic io.vertx.ext.mail.impl.SMTPQuit.log:Lio/vertx/core/impl/logging/Logger;
            new java.lang.StringBuilder
            dup
            ldc "quit failed: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* message */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokeinterface io.vertx.core.impl.logging.Logger.warn:(Ljava/lang/Object;)V
         3: .line 55
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.mail.impl.SMTPQuit.resultHandler:Lio/vertx/core/Handler;
            aconst_null
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         4: .line 56
            return
        end local 1 // java.lang.String message
        end local 0 // io.vertx.ext.mail.impl.SMTPQuit this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lio/vertx/ext/mail/impl/SMTPQuit;
            0    5     1  message  Ljava/lang/String;
}
SourceFile: "SMTPQuit.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles