class io.vertx.core.http.impl.HttpClientImpl$PoolChecker implements io.vertx.core.Handler<java.lang.Long>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.core.http.impl.HttpClientImpl$PoolChecker
  super_class: java.lang.Object
{
  final java.lang.ref.WeakReference<io.vertx.core.http.impl.HttpClientImpl> ref;
    descriptor: Ljava/lang/ref/WeakReference;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/lang/ref/WeakReference<Lio/vertx/core/http/impl/HttpClientImpl;>;

  private void <init>(io.vertx.core.http.impl.HttpClientImpl);
    descriptor: (Lio/vertx/core/http/impl/HttpClientImpl;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.HttpClientImpl$PoolChecker this
        start local 1 // io.vertx.core.http.impl.HttpClientImpl client
         0: .line 178
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 179
            aload 0 /* this */
            new java.lang.ref.WeakReference
            dup
            aload 1 /* client */
            invokespecial java.lang.ref.WeakReference.<init>:(Ljava/lang/Object;)V
            putfield io.vertx.core.http.impl.HttpClientImpl$PoolChecker.ref:Ljava/lang/ref/WeakReference;
         2: .line 180
            return
        end local 1 // io.vertx.core.http.impl.HttpClientImpl client
        end local 0 // io.vertx.core.http.impl.HttpClientImpl$PoolChecker this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/vertx/core/http/impl/HttpClientImpl$PoolChecker;
            0    3     1  client  Lio/vertx/core/http/impl/HttpClientImpl;
    MethodParameters:
        Name  Flags
      client  

  public void handle(java.lang.Long);
    descriptor: (Ljava/lang/Long;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.core.http.impl.HttpClientImpl$PoolChecker this
        start local 1 // java.lang.Long event
         0: .line 184
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientImpl$PoolChecker.ref:Ljava/lang/ref/WeakReference;
            invokevirtual java.lang.ref.WeakReference.get:()Ljava/lang/Object;
            checkcast io.vertx.core.http.impl.HttpClientImpl
            astore 2 /* client */
        start local 2 // io.vertx.core.http.impl.HttpClientImpl client
         1: .line 185
            aload 2 /* client */
            ifnull 3
         2: .line 186
            aload 2 /* client */
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.HttpClientImpl.checkExpired:(Lio/vertx/core/Handler;)V
         3: .line 188
      StackMap locals: io.vertx.core.http.impl.HttpClientImpl
      StackMap stack:
            return
        end local 2 // io.vertx.core.http.impl.HttpClientImpl client
        end local 1 // java.lang.Long event
        end local 0 // io.vertx.core.http.impl.HttpClientImpl$PoolChecker this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/vertx/core/http/impl/HttpClientImpl$PoolChecker;
            0    4     1   event  Ljava/lang/Long;
            1    4     2  client  Lio/vertx/core/http/impl/HttpClientImpl;
    MethodParameters:
       Name  Flags
      event  

  public void handle(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Long
            invokevirtual io.vertx.core.http.impl.HttpClientImpl$PoolChecker.handle:(Ljava/lang/Long;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lio/vertx/core/Handler<Ljava/lang/Long;>;
SourceFile: "HttpClientImpl.java"
NestHost: io.vertx.core.http.impl.HttpClientImpl
InnerClasses:
  private PoolChecker = io.vertx.core.http.impl.HttpClientImpl$PoolChecker of io.vertx.core.http.impl.HttpClientImpl