final class io.vertx.core.http.impl.pool.Waiter<C>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.vertx.core.http.impl.pool.Waiter
  super_class: java.lang.Object
{
  public final io.vertx.core.Handler<io.vertx.core.AsyncResult<C>> handler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Signature: Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TC;>;>;

  void <init>(io.vertx.core.Handler<io.vertx.core.AsyncResult<C>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.pool.Waiter this
        start local 1 // io.vertx.core.Handler handler
         0: .line 28
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 29
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.core.http.impl.pool.Waiter.handler:Lio/vertx/core/Handler;
         2: .line 30
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.http.impl.pool.Waiter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/core/http/impl/pool/Waiter<TC;>;
            0    3     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TC;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TC;>;>;)V
    MethodParameters:
         Name  Flags
      handler  
}
Signature: <C:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "Waiter.java"