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 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
new java.lang.ref.WeakReference
dup
aload 1
invokespecial java.lang.ref.WeakReference.<init>:(Ljava/lang/Object;)V
putfield io.vertx.core.http.impl.HttpClientImpl$PoolChecker.ref:Ljava/lang/ref/WeakReference;
2: return
end local 1 end local 0 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 start local 1 0: aload 0
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
start local 2 1: aload 2
ifnull 3
2: aload 2
aload 0
invokevirtual io.vertx.core.http.impl.HttpClientImpl.checkExpired:(Lio/vertx/core/Handler;)V
3: StackMap locals: io.vertx.core.http.impl.HttpClientImpl
StackMap stack:
return
end local 2 end local 1 end local 0 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: 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