class io.vertx.ext.mail.impl.SMTPConnectionPool$Waiter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.ext.mail.impl.SMTPConnectionPool$Waiter
  super_class: java.lang.Object
{
  private final io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.mail.impl.SMTPConnection>> handler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/mail/impl/SMTPConnection;>;>;

  private void <init>(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.mail.impl.SMTPConnection>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.mail.impl.SMTPConnectionPool$Waiter this
        start local 1 // io.vertx.core.Handler handler
         0: .line 255
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 256
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.ext.mail.impl.SMTPConnectionPool$Waiter.handler:Lio/vertx/core/Handler;
         2: .line 257
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.mail.impl.SMTPConnectionPool$Waiter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/ext/mail/impl/SMTPConnectionPool$Waiter;
            0    3     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/mail/impl/SMTPConnection;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/mail/impl/SMTPConnection;>;>;)V
    MethodParameters:
         Name  Flags
      handler  
}
SourceFile: "SMTPConnectionPool.java"
NestHost: io.vertx.ext.mail.impl.SMTPConnectionPool
InnerClasses:
  private Waiter = io.vertx.ext.mail.impl.SMTPConnectionPool$Waiter of io.vertx.ext.mail.impl.SMTPConnectionPool