class io.vertx.core.http.impl.ConnectionManager$Endpoint
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.vertx.core.http.impl.ConnectionManager$Endpoint
super_class: java.lang.Object
{
private final io.vertx.core.http.impl.pool.Pool<io.vertx.core.http.impl.HttpClientConnection> pool;
descriptor: Lio/vertx/core/http/impl/pool/Pool;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lio/vertx/core/http/impl/pool/Pool<Lio/vertx/core/http/impl/HttpClientConnection;>;
private final java.lang.Object metric;
descriptor: Ljava/lang/Object;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
final io.vertx.core.http.impl.ConnectionManager this$0;
descriptor: Lio/vertx/core/http/impl/ConnectionManager;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
public void <init>(io.vertx.core.http.impl.pool.Pool<io.vertx.core.http.impl.HttpClientConnection>, );
descriptor: (Lio/vertx/core/http/impl/ConnectionManager;Lio/vertx/core/http/impl/pool/Pool;Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=4
start local 0 start local 2 start local 3 0: aload 0
aload 1
putfield io.vertx.core.http.impl.ConnectionManager$Endpoint.this$0:Lio/vertx/core/http/impl/ConnectionManager;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 2
putfield io.vertx.core.http.impl.ConnectionManager$Endpoint.pool:Lio/vertx/core/http/impl/pool/Pool;
2: aload 0
aload 3
putfield io.vertx.core.http.impl.ConnectionManager$Endpoint.metric:Ljava/lang/Object;
3: return
end local 3 end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/core/http/impl/ConnectionManager$Endpoint;
0 4 2 pool Lio/vertx/core/http/impl/pool/Pool<Lio/vertx/core/http/impl/HttpClientConnection;>;
0 4 3 metric Ljava/lang/Object;
Signature: (Lio/vertx/core/http/impl/pool/Pool<Lio/vertx/core/http/impl/HttpClientConnection;>;Ljava/lang/Object;)V
MethodParameters:
Name Flags
this$0 final
pool
metric
}
SourceFile: "ConnectionManager.java"
NestHost: io.vertx.core.http.impl.ConnectionManager
InnerClasses:
Endpoint = io.vertx.core.http.impl.ConnectionManager$Endpoint of io.vertx.core.http.impl.ConnectionManager