class io.vertx.ext.mail.impl.SMTPReset
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.ext.mail.impl.SMTPReset
  super_class: java.lang.Object
{
  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<io.vertx.core.AsyncResult<java.lang.Void>> handler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  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

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

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

  public void start();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.ext.mail.impl.SMTPReset this
         0: .line 44
            aload 0 /* this */
            getfield io.vertx.ext.mail.impl.SMTPReset.connection:Lio/vertx/ext/mail/impl/SMTPConnection;
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/ext/mail/impl/SMTPReset;)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/SMTPReset.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 51
            aload 0 /* this */
            getfield io.vertx.ext.mail.impl.SMTPReset.connection:Lio/vertx/ext/mail/impl/SMTPConnection;
            ldc "RSET"
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/ext/mail/impl/SMTPReset;)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/SMTPReset.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 61
            return
        end local 0 // io.vertx.ext.mail.impl.SMTPReset this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/mail/impl/SMTPReset;

  private void finished();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.mail.impl.SMTPReset this
         0: .line 67
            aload 0 /* this */
            getfield io.vertx.ext.mail.impl.SMTPReset.handler:Lio/vertx/core/Handler;
            aconst_null
            invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         1: .line 68
            return
        end local 0 // io.vertx.ext.mail.impl.SMTPReset this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/mail/impl/SMTPReset;

  private void handleError(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.mail.impl.SMTPReset this
        start local 1 // java.lang.String message
         0: .line 71
            aload 0 /* this */
            getfield io.vertx.ext.mail.impl.SMTPReset.handler:Lio/vertx/core/Handler;
            aload 1 /* message */
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/String;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         1: .line 72
            return
        end local 1 // java.lang.String message
        end local 0 // io.vertx.ext.mail.impl.SMTPReset this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/mail/impl/SMTPReset;
            0    2     1  message  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      message  

  private void lambda$0(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.ext.mail.impl.SMTPReset this
        start local 1 // java.lang.Throwable th
         0: .line 45
            getstatic io.vertx.ext.mail.impl.SMTPReset.log:Lio/vertx/core/impl/logging/Logger;
            new java.lang.StringBuilder
            dup
            ldc "exception on RSET "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* th */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokeinterface io.vertx.core.impl.logging.Logger.info:(Ljava/lang/Object;)V
         1: .line 46
            aload 0 /* this */
            getfield io.vertx.ext.mail.impl.SMTPReset.connection:Lio/vertx/ext/mail/impl/SMTPConnection;
            invokevirtual io.vertx.ext.mail.impl.SMTPConnection.resetErrorHandler:()V
         2: .line 47
            aload 0 /* this */
            getfield io.vertx.ext.mail.impl.SMTPReset.connection:Lio/vertx/ext/mail/impl/SMTPConnection;
            invokevirtual io.vertx.ext.mail.impl.SMTPConnection.setBroken:()V
         3: .line 48
            aload 0 /* this */
            getfield io.vertx.ext.mail.impl.SMTPReset.connection:Lio/vertx/ext/mail/impl/SMTPConnection;
            invokevirtual io.vertx.ext.mail.impl.SMTPConnection.shutdown:()V
         4: .line 49
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "exception on RSET "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* th */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual io.vertx.ext.mail.impl.SMTPReset.handleError:(Ljava/lang/String;)V
         5: .line 50
            return
        end local 1 // java.lang.Throwable th
        end local 0 // io.vertx.ext.mail.impl.SMTPReset this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/vertx/ext/mail/impl/SMTPReset;
            0    6     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.SMTPReset this
        start local 1 // java.lang.String message
         0: .line 52
            getstatic io.vertx.ext.mail.impl.SMTPReset.log:Lio/vertx/core/impl/logging/Logger;
            new java.lang.StringBuilder
            dup
            ldc "RSET 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 53
            aload 0 /* this */
            getfield io.vertx.ext.mail.impl.SMTPReset.connection:Lio/vertx/ext/mail/impl/SMTPConnection;
            invokevirtual io.vertx.ext.mail.impl.SMTPConnection.resetErrorHandler:()V
         2: .line 54
            aload 1 /* message */
            invokestatic io.vertx.ext.mail.impl.StatusCode.isStatusOk:(Ljava/lang/String;)Z
            ifne 6
         3: .line 55
            getstatic io.vertx.ext.mail.impl.SMTPReset.log:Lio/vertx/core/impl/logging/Logger;
            new java.lang.StringBuilder
            dup
            ldc "RSET 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
         4: .line 56
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "reset command 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;
            invokevirtual io.vertx.ext.mail.impl.SMTPReset.handleError:(Ljava/lang/String;)V
         5: .line 57
            goto 7
         6: .line 58
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.vertx.ext.mail.impl.SMTPReset.finished:()V
         7: .line 60
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String message
        end local 0 // io.vertx.ext.mail.impl.SMTPReset this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lio/vertx/ext/mail/impl/SMTPReset;
            0    8     1  message  Ljava/lang/String;
}
SourceFile: "SMTPReset.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles