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 // io.vertx.core.http.impl.ConnectionManager$Endpoint this
        start local 2 // io.vertx.core.http.impl.pool.Pool pool
        start local 3 // java.lang.Object metric
         0: .line 109
            aload 0 /* this */
            aload 1
            putfield io.vertx.core.http.impl.ConnectionManager$Endpoint.this$0:Lio/vertx/core/http/impl/ConnectionManager;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 110
            aload 0 /* this */
            aload 2 /* pool */
            putfield io.vertx.core.http.impl.ConnectionManager$Endpoint.pool:Lio/vertx/core/http/impl/pool/Pool;
         2: .line 111
            aload 0 /* this */
            aload 3 /* metric */
            putfield io.vertx.core.http.impl.ConnectionManager$Endpoint.metric:Ljava/lang/Object;
         3: .line 112
            return
        end local 3 // java.lang.Object metric
        end local 2 // io.vertx.core.http.impl.pool.Pool pool
        end local 0 // io.vertx.core.http.impl.ConnectionManager$Endpoint this
      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