public class io.vertx.core.http.impl.pool.Pool$Holder implements io.vertx.core.http.impl.pool.ConnectionListener<C>
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.vertx.core.http.impl.pool.Pool$Holder
super_class: java.lang.Object
{
boolean removed;
descriptor: Z
flags: (0x0000)
C connection;
descriptor: Ljava/lang/Object;
flags: (0x0000)
Signature: TC;
long concurrency;
descriptor: J
flags: (0x0000)
long capacity;
descriptor: J
flags: (0x0000)
long weight;
descriptor: J
flags: (0x0000)
long expirationTimestamp;
descriptor: J
flags: (0x0000)
final io.vertx.core.http.impl.pool.Pool this$0;
descriptor: Lio/vertx/core/http/impl/pool/Pool;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
public void <init>(io.vertx.core.http.impl.pool.Pool);
descriptor: (Lio/vertx/core/http/impl/pool/Pool;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield io.vertx.core.http.impl.pool.Pool$Holder.this$0:Lio/vertx/core/http/impl/pool/Pool;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/pool/Pool$Holder;
MethodParameters:
Name Flags
this$0 final
private void init(long, C, );
descriptor: (JLjava/lang/Object;J)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=6, args_size=4
start local 0 start local 1 start local 3 start local 4 0: aload 0
lload 1
putfield io.vertx.core.http.impl.pool.Pool$Holder.concurrency:J
1: aload 0
aload 3
putfield io.vertx.core.http.impl.pool.Pool$Holder.connection:Ljava/lang/Object;
2: aload 0
lload 4
putfield io.vertx.core.http.impl.pool.Pool$Holder.weight:J
3: aload 0
lload 1
putfield io.vertx.core.http.impl.pool.Pool$Holder.capacity:J
4: aload 0
ldc -1
putfield io.vertx.core.http.impl.pool.Pool$Holder.expirationTimestamp:J
5: return
end local 4 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/vertx/core/http/impl/pool/Pool$Holder;
0 6 1 concurrency J
0 6 3 conn TC;
0 6 4 weight J
Signature: (JTC;J)V
MethodParameters:
Name Flags
concurrency
conn
weight
public void onConcurrencyChange(long);
descriptor: (J)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.pool.Pool$Holder.this$0:Lio/vertx/core/http/impl/pool/Pool;
aload 0
lload 1
invokevirtual io.vertx.core.http.impl.pool.Pool.setConcurrency:(Lio/vertx/core/http/impl/pool/Pool$Holder;J)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/pool/Pool$Holder;
0 2 1 concurrency J
MethodParameters:
Name Flags
concurrency
public void onRecycle(long);
descriptor: (J)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.pool.Pool$Holder.this$0:Lio/vertx/core/http/impl/pool/Pool;
aload 0
lload 1
invokevirtual io.vertx.core.http.impl.pool.Pool.recycle:(Lio/vertx/core/http/impl/pool/Pool$Holder;J)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/pool/Pool$Holder;
0 2 1 expirationTimestamp J
MethodParameters:
Name Flags
expirationTimestamp
public void onEvict();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.pool.Pool$Holder.this$0:Lio/vertx/core/http/impl/pool/Pool;
aload 0
invokevirtual io.vertx.core.http.impl.pool.Pool.evicted:(Lio/vertx/core/http/impl/pool/Pool$Holder;)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/pool/Pool$Holder;
void connect();
descriptor: ()V
flags: (0x0000)
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.pool.Pool$Holder.this$0:Lio/vertx/core/http/impl/pool/Pool;
getfield io.vertx.core.http.impl.pool.Pool.connector:Lio/vertx/core/http/impl/pool/ConnectionProvider;
aload 0
aload 0
getfield io.vertx.core.http.impl.pool.Pool$Holder.this$0:Lio/vertx/core/http/impl/pool/Pool;
getfield io.vertx.core.http.impl.pool.Pool.context:Lio/vertx/core/impl/ContextInternal;
aload 0
invokedynamic handle(Lio/vertx/core/http/impl/pool/Pool$Holder;)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/core/http/impl/pool/Pool$Holder.lambda$0(Lio/vertx/core/AsyncResult;)V (7)
(Lio/vertx/core/AsyncResult;)V
invokeinterface io.vertx.core.http.impl.pool.ConnectionProvider.connect:(Lio/vertx/core/http/impl/pool/ConnectionListener;Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/pool/Pool$Holder;
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.StringBuilder
dup
ldc "Holder[removed="
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
getfield io.vertx.core.http.impl.pool.Pool$Holder.removed:Z
invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
ldc ",capacity="
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
getfield io.vertx.core.http.impl.pool.Pool$Holder.capacity:J
invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
ldc ",concurrency="
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
getfield io.vertx.core.http.impl.pool.Pool$Holder.concurrency:J
invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
ldc ",expirationTimestamp="
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
getfield io.vertx.core.http.impl.pool.Pool$Holder.expirationTimestamp:J
invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
ldc "]"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/pool/Pool$Holder;
private void lambda$0(io.vertx.core.AsyncResult);
descriptor: (Lio/vertx/core/AsyncResult;)V
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 1
invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
ifeq 3
1: aload 0
getfield io.vertx.core.http.impl.pool.Pool$Holder.this$0:Lio/vertx/core/http/impl/pool/Pool;
aload 0
aload 1
invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
checkcast io.vertx.core.http.impl.pool.ConnectResult
invokevirtual io.vertx.core.http.impl.pool.Pool.connectSucceeded:(Lio/vertx/core/http/impl/pool/Pool$Holder;Lio/vertx/core/http/impl/pool/ConnectResult;)V
2: goto 4
3: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.core.http.impl.pool.Pool$Holder.this$0:Lio/vertx/core/http/impl/pool/Pool;
aload 0
aload 1
invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
invokevirtual io.vertx.core.http.impl.pool.Pool.connectFailed:(Lio/vertx/core/http/impl/pool/Pool$Holder;Ljava/lang/Throwable;)V
4: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/core/http/impl/pool/Pool$Holder;
0 5 1 ar Lio/vertx/core/AsyncResult<Lio/vertx/core/http/impl/pool/ConnectResult<TC;>;>;
}
Signature: Ljava/lang/Object;Lio/vertx/core/http/impl/pool/ConnectionListener<TC;>;
SourceFile: "Pool.java"
NestHost: io.vertx.core.http.impl.pool.Pool
InnerClasses:
public Holder = io.vertx.core.http.impl.pool.Pool$Holder of io.vertx.core.http.impl.pool.Pool
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles