abstract class io.vertx.core.http.impl.ClientHttpEndpointBase extends io.vertx.core.net.impl.clientconnection.Endpoint<io.vertx.core.http.impl.HttpClientConnection>
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: io.vertx.core.http.impl.ClientHttpEndpointBase
  super_class: io.vertx.core.net.impl.clientconnection.Endpoint
{
  private final java.lang.Object metric;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int port;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String host;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.core.spi.metrics.ClientMetrics metrics;
    descriptor: Lio/vertx/core/spi/metrics/ClientMetrics;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(io.vertx.core.spi.metrics.ClientMetrics, int, java.lang.String, java.lang.Object, java.lang.Runnable);
    descriptor: (Lio/vertx/core/spi/metrics/ClientMetrics;ILjava/lang/String;Ljava/lang/Object;Ljava/lang/Runnable;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // io.vertx.core.http.impl.ClientHttpEndpointBase this
        start local 1 // io.vertx.core.spi.metrics.ClientMetrics metrics
        start local 2 // int port
        start local 3 // java.lang.String host
        start local 4 // java.lang.Object metric
        start local 5 // java.lang.Runnable dispose
         0: .line 30
            aload 0 /* this */
            aload 5 /* dispose */
            invokespecial io.vertx.core.net.impl.clientconnection.Endpoint.<init>:(Ljava/lang/Runnable;)V
         1: .line 32
            aload 0 /* this */
            iload 2 /* port */
            putfield io.vertx.core.http.impl.ClientHttpEndpointBase.port:I
         2: .line 33
            aload 0 /* this */
            aload 3 /* host */
            putfield io.vertx.core.http.impl.ClientHttpEndpointBase.host:Ljava/lang/String;
         3: .line 34
            aload 0 /* this */
            aload 4 /* metric */
            putfield io.vertx.core.http.impl.ClientHttpEndpointBase.metric:Ljava/lang/Object;
         4: .line 35
            aload 0 /* this */
            aload 1 /* metrics */
            putfield io.vertx.core.http.impl.ClientHttpEndpointBase.metrics:Lio/vertx/core/spi/metrics/ClientMetrics;
         5: .line 36
            return
        end local 5 // java.lang.Runnable dispose
        end local 4 // java.lang.Object metric
        end local 3 // java.lang.String host
        end local 2 // int port
        end local 1 // io.vertx.core.spi.metrics.ClientMetrics metrics
        end local 0 // io.vertx.core.http.impl.ClientHttpEndpointBase this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lio/vertx/core/http/impl/ClientHttpEndpointBase;
            0    6     1  metrics  Lio/vertx/core/spi/metrics/ClientMetrics;
            0    6     2     port  I
            0    6     3     host  Ljava/lang/String;
            0    6     4   metric  Ljava/lang/Object;
            0    6     5  dispose  Ljava/lang/Runnable;
    MethodParameters:
         Name  Flags
      metrics  
      port     
      host     
      metric   
      dispose  

  public final void requestConnection(io.vertx.core.impl.ContextInternal, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.http.impl.HttpClientConnection>>);
    descriptor: (Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // io.vertx.core.http.impl.ClientHttpEndpointBase this
        start local 1 // io.vertx.core.impl.ContextInternal ctx
        start local 2 // io.vertx.core.Handler handler
         0: .line 40
            aload 0 /* this */
            getfield io.vertx.core.http.impl.ClientHttpEndpointBase.metrics:Lio/vertx/core/spi/metrics/ClientMetrics;
            ifnull 7
         1: .line 42
            aload 0 /* this */
            getfield io.vertx.core.http.impl.ClientHttpEndpointBase.metrics:Lio/vertx/core/spi/metrics/ClientMetrics;
            ifnull 4
         2: .line 43
            aload 0 /* this */
            getfield io.vertx.core.http.impl.ClientHttpEndpointBase.metrics:Lio/vertx/core/spi/metrics/ClientMetrics;
            invokeinterface io.vertx.core.spi.metrics.ClientMetrics.enqueueRequest:()Ljava/lang/Object;
            astore 3 /* metric */
        start local 3 // java.lang.Object metric
         3: .line 44
            goto 5
        end local 3 // java.lang.Object metric
         4: .line 45
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 3 /* metric */
        start local 3 // java.lang.Object metric
         5: .line 47
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* handler */
            astore 4 /* next */
        start local 4 // io.vertx.core.Handler next
         6: .line 48
            aload 0 /* this */
            aload 3 /* metric */
            aload 4 /* next */
            invokedynamic handle(Lio/vertx/core/http/impl/ClientHttpEndpointBase;Ljava/lang/Object;Lio/vertx/core/Handler;)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/ClientHttpEndpointBase.lambda$0(Ljava/lang/Object;Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            astore 2 /* handler */
        end local 4 // io.vertx.core.Handler next
        end local 3 // java.lang.Object metric
         7: .line 55
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* ctx */
            aload 2 /* handler */
            invokevirtual io.vertx.core.http.impl.ClientHttpEndpointBase.requestConnection2:(Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;)V
         8: .line 56
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.core.impl.ContextInternal ctx
        end local 0 // io.vertx.core.http.impl.ClientHttpEndpointBase this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lio/vertx/core/http/impl/ClientHttpEndpointBase;
            0    9     1      ctx  Lio/vertx/core/impl/ContextInternal;
            0    9     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/impl/HttpClientConnection;>;>;
            3    4     3   metric  Ljava/lang/Object;
            5    7     3   metric  Ljava/lang/Object;
            6    7     4     next  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/impl/HttpClientConnection;>;>;
    Signature: (Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/impl/HttpClientConnection;>;>;)V
    MethodParameters:
         Name  Flags
      ctx      
      handler  

  protected abstract void requestConnection2(io.vertx.core.impl.ContextInternal, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.http.impl.HttpClientConnection>>);
    descriptor: (Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Signature: (Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/impl/HttpClientConnection;>;>;)V
    MethodParameters:
         Name  Flags
      ctx      
      handler  

  protected void dispose();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.ClientHttpEndpointBase this
         0: .line 62
            aload 0 /* this */
            getfield io.vertx.core.http.impl.ClientHttpEndpointBase.metrics:Lio/vertx/core/spi/metrics/ClientMetrics;
            ifnull 2
         1: .line 63
            aload 0 /* this */
            getfield io.vertx.core.http.impl.ClientHttpEndpointBase.metrics:Lio/vertx/core/spi/metrics/ClientMetrics;
            invokeinterface io.vertx.core.spi.metrics.ClientMetrics.close:()V
         2: .line 65
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.core.http.impl.ClientHttpEndpointBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/http/impl/ClientHttpEndpointBase;

  public void close(io.vertx.core.http.impl.HttpClientConnection);
    descriptor: (Lio/vertx/core/http/impl/HttpClientConnection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.ClientHttpEndpointBase this
        start local 1 // io.vertx.core.http.impl.HttpClientConnection connection
         0: .line 69
            aload 1 /* connection */
            invokeinterface io.vertx.core.http.impl.HttpClientConnection.close:()Lio/vertx/core/Future;
            pop
         1: .line 70
            return
        end local 1 // io.vertx.core.http.impl.HttpClientConnection connection
        end local 0 // io.vertx.core.http.impl.ClientHttpEndpointBase this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/core/http/impl/ClientHttpEndpointBase;
            0    2     1  connection  Lio/vertx/core/http/impl/HttpClientConnection;
    MethodParameters:
            Name  Flags
      connection  

  public void close(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 io.vertx.core.http.impl.HttpClientConnection
            invokevirtual io.vertx.core.http.impl.ClientHttpEndpointBase.close:(Lio/vertx/core/http/impl/HttpClientConnection;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void lambda$0(java.lang.Object, io.vertx.core.Handler, io.vertx.core.AsyncResult);
    descriptor: (Ljava/lang/Object;Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.vertx.core.http.impl.ClientHttpEndpointBase this
        start local 3 // io.vertx.core.AsyncResult ar
         0: .line 49
            aload 0 /* this */
            getfield io.vertx.core.http.impl.ClientHttpEndpointBase.metrics:Lio/vertx/core/spi/metrics/ClientMetrics;
            ifnull 2
         1: .line 50
            aload 0 /* this */
            getfield io.vertx.core.http.impl.ClientHttpEndpointBase.metrics:Lio/vertx/core/spi/metrics/ClientMetrics;
            aload 1
            invokeinterface io.vertx.core.spi.metrics.ClientMetrics.dequeueRequest:(Ljava/lang/Object;)V
         2: .line 52
      StackMap locals:
      StackMap stack:
            aload 2
            aload 3 /* ar */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         3: .line 53
            return
        end local 3 // io.vertx.core.AsyncResult ar
        end local 0 // io.vertx.core.http.impl.ClientHttpEndpointBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/core/http/impl/ClientHttpEndpointBase;
            0    4     3    ar  Lio/vertx/core/AsyncResult<Lio/vertx/core/http/impl/HttpClientConnection;>;
}
Signature: Lio/vertx/core/net/impl/clientconnection/Endpoint<Lio/vertx/core/http/impl/HttpClientConnection;>;
SourceFile: "ClientHttpEndpointBase.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles