class io.vertx.ext.dropwizard.impl.HttpClientReporter extends io.vertx.ext.dropwizard.impl.HttpMetricsImpl
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.ext.dropwizard.impl.HttpClientReporter
  super_class: io.vertx.ext.dropwizard.impl.HttpMetricsImpl
{
  int totalMaxPoolSize;
    descriptor: I
    flags: (0x0000) 

  public void <init>(com.codahale.metrics.MetricRegistry, java.lang.String, io.vertx.core.net.SocketAddress);
    descriptor: (Lcom/codahale/metrics/MetricRegistry;Ljava/lang/String;Lio/vertx/core/net/SocketAddress;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=4
        start local 0 // io.vertx.ext.dropwizard.impl.HttpClientReporter this
        start local 1 // com.codahale.metrics.MetricRegistry registry
        start local 2 // java.lang.String baseName
        start local 3 // io.vertx.core.net.SocketAddress localAdress
         0: .line 15
            aload 0 /* this */
            aload 1 /* registry */
            aload 2 /* baseName */
            aload 3 /* localAdress */
            invokespecial io.vertx.ext.dropwizard.impl.HttpMetricsImpl.<init>:(Lcom/codahale/metrics/MetricRegistry;Ljava/lang/String;Lio/vertx/core/net/SocketAddress;)V
         1: .line 18
            aload 0 /* this */
            aload 0 /* this */
            invokedynamic getValue(Lio/vertx/ext/dropwizard/impl/HttpClientReporter;)Lcom/codahale/metrics/Gauge;
              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;
                  io/vertx/ext/dropwizard/impl/HttpClientReporter.lambda$0()Ljava/lang/Integer; (7)
                  ()Ljava/lang/Integer;
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
            ldc "connections"
            aastore
            dup
            iconst_1
            ldc "max-pool-size"
            aastore
            invokevirtual io.vertx.ext.dropwizard.impl.HttpClientReporter.gauge:(Lcom/codahale/metrics/Gauge;[Ljava/lang/String;)Lcom/codahale/metrics/Gauge;
            pop
         2: .line 21
            new io.vertx.ext.dropwizard.impl.HttpClientReporter$1
            dup
            aload 0 /* this */
            invokespecial io.vertx.ext.dropwizard.impl.HttpClientReporter$1.<init>:(Lio/vertx/ext/dropwizard/impl/HttpClientReporter;)V
            astore 4 /* gauge */
        start local 4 // com.codahale.metrics.RatioGauge gauge
         3: .line 27
            aload 0 /* this */
            aload 4 /* gauge */
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
            ldc "connections"
            aastore
            dup
            iconst_1
            ldc "pool-ratio"
            aastore
            invokevirtual io.vertx.ext.dropwizard.impl.HttpClientReporter.gauge:(Lcom/codahale/metrics/Gauge;[Ljava/lang/String;)Lcom/codahale/metrics/Gauge;
            pop
         4: .line 28
            return
        end local 4 // com.codahale.metrics.RatioGauge gauge
        end local 3 // io.vertx.core.net.SocketAddress localAdress
        end local 2 // java.lang.String baseName
        end local 1 // com.codahale.metrics.MetricRegistry registry
        end local 0 // io.vertx.ext.dropwizard.impl.HttpClientReporter this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lio/vertx/ext/dropwizard/impl/HttpClientReporter;
            0    5     1     registry  Lcom/codahale/metrics/MetricRegistry;
            0    5     2     baseName  Ljava/lang/String;
            0    5     3  localAdress  Lio/vertx/core/net/SocketAddress;
            3    5     4        gauge  Lcom/codahale/metrics/RatioGauge;
    MethodParameters:
             Name  Flags
      registry     
      baseName     
      localAdress  

  void incMaxPoolSize(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.dropwizard.impl.HttpClientReporter this
        start local 1 // int maxPoolSize
         0: .line 31
            aload 0 /* this */
            dup
            getfield io.vertx.ext.dropwizard.impl.HttpClientReporter.totalMaxPoolSize:I
            iload 1 /* maxPoolSize */
            iadd
            putfield io.vertx.ext.dropwizard.impl.HttpClientReporter.totalMaxPoolSize:I
         1: .line 32
            return
        end local 1 // int maxPoolSize
        end local 0 // io.vertx.ext.dropwizard.impl.HttpClientReporter this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/ext/dropwizard/impl/HttpClientReporter;
            0    2     1  maxPoolSize  I
    MethodParameters:
             Name  Flags
      maxPoolSize  

  boolean decMaxPoolSize(int);
    descriptor: (I)Z
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.dropwizard.impl.HttpClientReporter this
        start local 1 // int maxPoolSize
         0: .line 35
            aload 0 /* this */
            dup
            getfield io.vertx.ext.dropwizard.impl.HttpClientReporter.totalMaxPoolSize:I
            iload 1 /* maxPoolSize */
            isub
            putfield io.vertx.ext.dropwizard.impl.HttpClientReporter.totalMaxPoolSize:I
         1: .line 36
            aload 0 /* this */
            getfield io.vertx.ext.dropwizard.impl.HttpClientReporter.totalMaxPoolSize:I
            ifne 2
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
        end local 1 // int maxPoolSize
        end local 0 // io.vertx.ext.dropwizard.impl.HttpClientReporter this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lio/vertx/ext/dropwizard/impl/HttpClientReporter;
            0    3     1  maxPoolSize  I
    MethodParameters:
             Name  Flags
      maxPoolSize  

  private java.lang.Integer lambda$0();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.dropwizard.impl.HttpClientReporter this
         0: .line 18
            aload 0 /* this */
            getfield io.vertx.ext.dropwizard.impl.HttpClientReporter.totalMaxPoolSize:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        end local 0 // io.vertx.ext.dropwizard.impl.HttpClientReporter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/dropwizard/impl/HttpClientReporter;
}
SourceFile: "HttpClientReporter.java"
NestMembers:
  io.vertx.ext.dropwizard.impl.HttpClientReporter$1
InnerClasses:
  io.vertx.ext.dropwizard.impl.HttpClientReporter$1
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles