class io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance extends io.vertx.micrometer.impl.VertxNetServerMetrics$Instance implements io.vertx.core.spi.metrics.HttpServerMetrics<io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler, java.lang.String, java.lang.String>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance
  super_class: io.vertx.micrometer.impl.VertxNetServerMetrics$Instance
{
  final io.vertx.micrometer.impl.VertxHttpServerMetrics this$0;
    descriptor: Lio/vertx/micrometer/impl/VertxHttpServerMetrics;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.vertx.micrometer.impl.VertxHttpServerMetrics, java.lang.String);
    descriptor: (Lio/vertx/micrometer/impl/VertxHttpServerMetrics;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance this
        start local 2 // java.lang.String local
         0: .line 67
            aload 0 /* this */
            aload 1
            putfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.this$0:Lio/vertx/micrometer/impl/VertxHttpServerMetrics;
         1: .line 68
            aload 0 /* this */
            aload 1
            aload 2 /* local */
            invokespecial io.vertx.micrometer.impl.VertxNetServerMetrics$Instance.<init>:(Lio/vertx/micrometer/impl/VertxNetServerMetrics;Ljava/lang/String;)V
         2: .line 69
            return
        end local 2 // java.lang.String local
        end local 0 // io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Instance;
            0    3     2  local  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      this$0  final
      local   

  public io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler requestBegin(java.lang.String, io.vertx.core.spi.observability.HttpRequest);
    descriptor: (Ljava/lang/String;Lio/vertx/core/spi/observability/HttpRequest;)Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Handler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance this
        start local 1 // java.lang.String remote
        start local 2 // io.vertx.core.spi.observability.HttpRequest request
         0: .line 73
            new io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler
            dup
            aload 1 /* remote */
            aload 2 /* request */
            invokeinterface io.vertx.core.spi.observability.HttpRequest.uri:()Ljava/lang/String;
            aload 2 /* request */
            invokeinterface io.vertx.core.spi.observability.HttpRequest.method:()Lio/vertx/core/http/HttpMethod;
            invokevirtual io.vertx.core.http.HttpMethod.name:()Ljava/lang/String;
            invokespecial io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
            astore 3 /* handler */
        start local 3 // io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler handler
         1: .line 74
            aload 0 /* this */
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.this$0:Lio/vertx/micrometer/impl/VertxHttpServerMetrics;
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics.requests:Lio/vertx/micrometer/impl/meters/Gauges;
            iconst_4
            anewarray java.lang.String
            dup
            iconst_0
            aload 0 /* this */
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.local:Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 1 /* remote */
            aastore
            dup
            iconst_2
            aload 3 /* handler */
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.path:Ljava/lang/String;
            aastore
            dup
            iconst_3
            aload 3 /* handler */
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.method:Ljava/lang/String;
            aastore
            invokevirtual io.vertx.micrometer.impl.meters.Gauges.get:([Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.util.concurrent.atomic.LongAdder
            invokevirtual java.util.concurrent.atomic.LongAdder.increment:()V
         2: .line 75
            aload 3 /* handler */
            aload 0 /* this */
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.this$0:Lio/vertx/micrometer/impl/VertxHttpServerMetrics;
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics.processingTime:Lio/vertx/micrometer/impl/meters/Timers;
            invokevirtual io.vertx.micrometer.impl.meters.Timers.start:()Lio/vertx/micrometer/impl/meters/Timers$EventTiming;
            putfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.timer:Lio/vertx/micrometer/impl/meters/Timers$EventTiming;
         3: .line 76
            aload 3 /* handler */
            areturn
        end local 3 // io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler handler
        end local 2 // io.vertx.core.spi.observability.HttpRequest request
        end local 1 // java.lang.String remote
        end local 0 // io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Instance;
            0    4     1   remote  Ljava/lang/String;
            0    4     2  request  Lio/vertx/core/spi/observability/HttpRequest;
            1    4     3  handler  Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Handler;
    MethodParameters:
         Name  Flags
      remote   
      request  

  public void requestReset(io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler);
    descriptor: (Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance this
        start local 1 // io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler handler
         0: .line 81
            aload 0 /* this */
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.this$0:Lio/vertx/micrometer/impl/VertxHttpServerMetrics;
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics.requestResetCount:Lio/vertx/micrometer/impl/meters/Counters;
            iconst_4
            anewarray java.lang.String
            dup
            iconst_0
            aload 0 /* this */
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.local:Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 1 /* handler */
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.address:Ljava/lang/String;
            aastore
            dup
            iconst_2
            aload 1 /* handler */
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.path:Ljava/lang/String;
            aastore
            dup
            iconst_3
            aload 1 /* handler */
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.method:Ljava/lang/String;
            aastore
            invokevirtual io.vertx.micrometer.impl.meters.Counters.get:([Ljava/lang/String;)Lio/micrometer/core/instrument/Counter;
            invokeinterface io.micrometer.core.instrument.Counter.increment:()V
         1: .line 82
            aload 0 /* this */
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.this$0:Lio/vertx/micrometer/impl/VertxHttpServerMetrics;
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics.requests:Lio/vertx/micrometer/impl/meters/Gauges;
            iconst_4
            anewarray java.lang.String
            dup
            iconst_0
            aload 0 /* this */
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.local:Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 1 /* handler */
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.address:Ljava/lang/String;
            aastore
            dup
            iconst_2
            aload 1 /* handler */
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.path:Ljava/lang/String;
            aastore
            dup
            iconst_3
            aload 1 /* handler */
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.method:Ljava/lang/String;
            aastore
            invokevirtual io.vertx.micrometer.impl.meters.Gauges.get:([Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.util.concurrent.atomic.LongAdder
            invokevirtual java.util.concurrent.atomic.LongAdder.decrement:()V
         2: .line 83
            return
        end local 1 // io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler handler
        end local 0 // io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Instance;
            0    3     1  handler  Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Handler;
    MethodParameters:
         Name  Flags
      handler  

  public void requestEnd(io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler, long);
    descriptor: (Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Handler;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance this
        start local 1 // io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler handler
        start local 2 // long bytesRead
         0: .line 87
            aload 0 /* this */
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.this$0:Lio/vertx/micrometer/impl/VertxHttpServerMetrics;
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics.requestBytes:Lio/vertx/micrometer/impl/meters/Summaries;
            iconst_4
            anewarray java.lang.String
            dup
            iconst_0
            aload 0 /* this */
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.local:Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 1 /* handler */
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.address:Ljava/lang/String;
            aastore
            dup
            iconst_2
            aload 1 /* handler */
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.path:Ljava/lang/String;
            aastore
            dup
            iconst_3
            aload 1 /* handler */
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.method:Ljava/lang/String;
            aastore
            invokevirtual io.vertx.micrometer.impl.meters.Summaries.get:([Ljava/lang/String;)Lio/micrometer/core/instrument/DistributionSummary;
            lload 2 /* bytesRead */
            l2d
            invokeinterface io.micrometer.core.instrument.DistributionSummary.record:(D)V
         1: .line 88
            return
        end local 2 // long bytesRead
        end local 1 // io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler handler
        end local 0 // io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Instance;
            0    2     1    handler  Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Handler;
            0    2     2  bytesRead  J
    MethodParameters:
           Name  Flags
      handler    
      bytesRead  

  public io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler responsePushed(java.lang.String, io.vertx.core.http.HttpMethod, java.lang.String, io.vertx.core.spi.observability.HttpResponse);
    descriptor: (Ljava/lang/String;Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/spi/observability/HttpResponse;)Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Handler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance this
        start local 1 // java.lang.String remote
        start local 2 // io.vertx.core.http.HttpMethod method
        start local 3 // java.lang.String uri
        start local 4 // io.vertx.core.spi.observability.HttpResponse response
         0: .line 92
            new io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler
            dup
            aload 1 /* remote */
            aload 3 /* uri */
            aload 2 /* method */
            invokevirtual io.vertx.core.http.HttpMethod.name:()Ljava/lang/String;
            invokespecial io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
            astore 5 /* handler */
        start local 5 // io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler handler
         1: .line 93
            aload 5 /* handler */
            aload 4 /* response */
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic getAsInt(Lio/vertx/core/spi/observability/HttpResponse;)Ljava/util/function/IntSupplier;
              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:
                  ()I
                  io/vertx/core/spi/observability/HttpResponse.statusCode()I (9 itf)
                  ()I
            putfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.code:Ljava/util/function/IntSupplier;
         2: .line 94
            aload 0 /* this */
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.this$0:Lio/vertx/micrometer/impl/VertxHttpServerMetrics;
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics.requests:Lio/vertx/micrometer/impl/meters/Gauges;
            iconst_4
            anewarray java.lang.String
            dup
            iconst_0
            aload 0 /* this */
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.local:Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 1 /* remote */
            aastore
            dup
            iconst_2
            aload 5 /* handler */
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.path:Ljava/lang/String;
            aastore
            dup
            iconst_3
            aload 5 /* handler */
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.method:Ljava/lang/String;
            aastore
            invokevirtual io.vertx.micrometer.impl.meters.Gauges.get:([Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.util.concurrent.atomic.LongAdder
            invokevirtual java.util.concurrent.atomic.LongAdder.increment:()V
         3: .line 95
            aload 5 /* handler */
            areturn
        end local 5 // io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler handler
        end local 4 // io.vertx.core.spi.observability.HttpResponse response
        end local 3 // java.lang.String uri
        end local 2 // io.vertx.core.http.HttpMethod method
        end local 1 // java.lang.String remote
        end local 0 // io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Instance;
            0    4     1    remote  Ljava/lang/String;
            0    4     2    method  Lio/vertx/core/http/HttpMethod;
            0    4     3       uri  Ljava/lang/String;
            0    4     4  response  Lio/vertx/core/spi/observability/HttpResponse;
            1    4     5   handler  Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Handler;
    MethodParameters:
          Name  Flags
      remote    
      method    
      uri       
      response  

  public void responseBegin(io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler, io.vertx.core.spi.observability.HttpResponse);
    descriptor: (Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Handler;Lio/vertx/core/spi/observability/HttpResponse;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance this
        start local 1 // io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler handler
        start local 2 // io.vertx.core.spi.observability.HttpResponse response
         0: .line 100
            aload 1 /* handler */
            aload 2 /* response */
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic getAsInt(Lio/vertx/core/spi/observability/HttpResponse;)Ljava/util/function/IntSupplier;
              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:
                  ()I
                  io/vertx/core/spi/observability/HttpResponse.statusCode()I (9 itf)
                  ()I
            putfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.code:Ljava/util/function/IntSupplier;
         1: .line 101
            return
        end local 2 // io.vertx.core.spi.observability.HttpResponse response
        end local 1 // io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler handler
        end local 0 // io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Instance;
            0    2     1   handler  Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Handler;
            0    2     2  response  Lio/vertx/core/spi/observability/HttpResponse;
    MethodParameters:
          Name  Flags
      handler   
      response  

  public void responseEnd(io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler, long);
    descriptor: (Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Handler;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance this
        start local 1 // io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler handler
        start local 2 // long bytesWritten
         0: .line 105
            aload 1 /* handler */
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.code:Ljava/util/function/IntSupplier;
            invokeinterface java.util.function.IntSupplier.getAsInt:()I
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            astore 4 /* code */
        start local 4 // java.lang.String code
         1: .line 106
            aload 1 /* handler */
            invokevirtual io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.getRoute:()Ljava/lang/String;
            astore 5 /* handlerRoute */
        start local 5 // java.lang.String handlerRoute
         2: .line 107
            aload 1 /* handler */
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.timer:Lio/vertx/micrometer/impl/meters/Timers$EventTiming;
            bipush 6
            anewarray java.lang.String
            dup
            iconst_0
            aload 0 /* this */
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.local:Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 1 /* handler */
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.address:Ljava/lang/String;
            aastore
            dup
            iconst_2
            aload 5 /* handlerRoute */
            aastore
            dup
            iconst_3
            aload 1 /* handler */
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.path:Ljava/lang/String;
            aastore
            dup
            iconst_4
            aload 1 /* handler */
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.method:Ljava/lang/String;
            aastore
            dup
            iconst_5
            aload 4 /* code */
            aastore
            invokevirtual io.vertx.micrometer.impl.meters.Timers$EventTiming.end:([Ljava/lang/String;)V
         3: .line 108
            aload 0 /* this */
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.this$0:Lio/vertx/micrometer/impl/VertxHttpServerMetrics;
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics.requestCount:Lio/vertx/micrometer/impl/meters/Counters;
            bipush 6
            anewarray java.lang.String
            dup
            iconst_0
            aload 0 /* this */
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.local:Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 1 /* handler */
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.address:Ljava/lang/String;
            aastore
            dup
            iconst_2
            aload 5 /* handlerRoute */
            aastore
            dup
            iconst_3
            aload 1 /* handler */
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.path:Ljava/lang/String;
            aastore
            dup
            iconst_4
            aload 1 /* handler */
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.method:Ljava/lang/String;
            aastore
            dup
            iconst_5
            aload 4 /* code */
            aastore
            invokevirtual io.vertx.micrometer.impl.meters.Counters.get:([Ljava/lang/String;)Lio/micrometer/core/instrument/Counter;
            invokeinterface io.micrometer.core.instrument.Counter.increment:()V
         4: .line 109
            aload 0 /* this */
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.this$0:Lio/vertx/micrometer/impl/VertxHttpServerMetrics;
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics.requests:Lio/vertx/micrometer/impl/meters/Gauges;
            iconst_4
            anewarray java.lang.String
            dup
            iconst_0
            aload 0 /* this */
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.local:Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 1 /* handler */
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.address:Ljava/lang/String;
            aastore
            dup
            iconst_2
            aload 1 /* handler */
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.path:Ljava/lang/String;
            aastore
            dup
            iconst_3
            aload 1 /* handler */
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.method:Ljava/lang/String;
            aastore
            invokevirtual io.vertx.micrometer.impl.meters.Gauges.get:([Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.util.concurrent.atomic.LongAdder
            invokevirtual java.util.concurrent.atomic.LongAdder.decrement:()V
         5: .line 110
            aload 0 /* this */
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.this$0:Lio/vertx/micrometer/impl/VertxHttpServerMetrics;
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics.responseBytes:Lio/vertx/micrometer/impl/meters/Summaries;
            bipush 6
            anewarray java.lang.String
            dup
            iconst_0
            aload 0 /* this */
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.local:Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 1 /* handler */
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.address:Ljava/lang/String;
            aastore
            dup
            iconst_2
            aload 5 /* handlerRoute */
            aastore
            dup
            iconst_3
            aload 1 /* handler */
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.path:Ljava/lang/String;
            aastore
            dup
            iconst_4
            aload 1 /* handler */
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.method:Ljava/lang/String;
            aastore
            dup
            iconst_5
            aload 4 /* code */
            aastore
            invokevirtual io.vertx.micrometer.impl.meters.Summaries.get:([Ljava/lang/String;)Lio/micrometer/core/instrument/DistributionSummary;
            lload 2 /* bytesWritten */
            l2d
            invokeinterface io.micrometer.core.instrument.DistributionSummary.record:(D)V
         6: .line 111
            return
        end local 5 // java.lang.String handlerRoute
        end local 4 // java.lang.String code
        end local 2 // long bytesWritten
        end local 1 // io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler handler
        end local 0 // io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    7     0          this  Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Instance;
            0    7     1       handler  Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Handler;
            0    7     2  bytesWritten  J
            1    7     4          code  Ljava/lang/String;
            2    7     5  handlerRoute  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      handler       
      bytesWritten  

  public java.lang.String connected(java.lang.String, io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler, io.vertx.core.http.ServerWebSocket);
    descriptor: (Ljava/lang/String;Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Handler;Lio/vertx/core/http/ServerWebSocket;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance this
        start local 1 // java.lang.String socketMetric
        start local 2 // io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler handler
        start local 3 // io.vertx.core.http.ServerWebSocket serverWebSocket
         0: .line 115
            aload 0 /* this */
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.this$0:Lio/vertx/micrometer/impl/VertxHttpServerMetrics;
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics.wsConnections:Lio/vertx/micrometer/impl/meters/Gauges;
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
            aload 0 /* this */
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.local:Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 2 /* handler */
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.address:Ljava/lang/String;
            aastore
            invokevirtual io.vertx.micrometer.impl.meters.Gauges.get:([Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.util.concurrent.atomic.LongAdder
            invokevirtual java.util.concurrent.atomic.LongAdder.increment:()V
         1: .line 116
            aload 2 /* handler */
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.address:Ljava/lang/String;
            areturn
        end local 3 // io.vertx.core.http.ServerWebSocket serverWebSocket
        end local 2 // io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler handler
        end local 1 // java.lang.String socketMetric
        end local 0 // io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Instance;
            0    2     1     socketMetric  Ljava/lang/String;
            0    2     2          handler  Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Handler;
            0    2     3  serverWebSocket  Lio/vertx/core/http/ServerWebSocket;
    MethodParameters:
                 Name  Flags
      socketMetric     
      handler          
      serverWebSocket  

  public void disconnected(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance this
        start local 1 // java.lang.String remote
         0: .line 121
            aload 0 /* this */
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.this$0:Lio/vertx/micrometer/impl/VertxHttpServerMetrics;
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics.wsConnections:Lio/vertx/micrometer/impl/meters/Gauges;
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
            aload 0 /* this */
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.local:Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 1 /* remote */
            aastore
            invokevirtual io.vertx.micrometer.impl.meters.Gauges.get:([Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.util.concurrent.atomic.LongAdder
            invokevirtual java.util.concurrent.atomic.LongAdder.decrement:()V
         1: .line 122
            return
        end local 1 // java.lang.String remote
        end local 0 // io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Instance;
            0    2     1  remote  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      remote  

  public void requestRouted(io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler, java.lang.String);
    descriptor: (Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Handler;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance this
        start local 1 // io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler handler
        start local 2 // java.lang.String route
         0: .line 126
            aload 1 /* handler */
            aload 2 /* route */
            invokevirtual io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.addRoute:(Ljava/lang/String;)V
         1: .line 127
            return
        end local 2 // java.lang.String route
        end local 1 // io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler handler
        end local 0 // io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Instance;
            0    2     1  handler  Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Handler;
            0    2     2    route  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      handler  
      route    

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance this
         0: .line 131
            return
        end local 0 // io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Instance;

  public void disconnected(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 java.lang.String
            invokevirtual io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.disconnected:(Ljava/lang/String;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void requestEnd(java.lang.Object, long);
    descriptor: (Ljava/lang/Object;J)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler
            lload 2
            invokevirtual io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.requestEnd:(Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Handler;J)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object requestBegin(java.lang.Object, io.vertx.core.spi.observability.HttpRequest);
    descriptor: (Ljava/lang/Object;Lio/vertx/core/spi/observability/HttpRequest;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.String
            aload 2
            invokevirtual io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.requestBegin:(Ljava/lang/String;Lio/vertx/core/spi/observability/HttpRequest;)Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Handler;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object connected(java.lang.Object, java.lang.Object, io.vertx.core.http.ServerWebSocket);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Lio/vertx/core/http/ServerWebSocket;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.String
            aload 2
            checkcast io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler
            aload 3
            invokevirtual io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.connected:(Ljava/lang/String;Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Handler;Lio/vertx/core/http/ServerWebSocket;)Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object responsePushed(java.lang.Object, io.vertx.core.http.HttpMethod, java.lang.String, io.vertx.core.spi.observability.HttpResponse);
    descriptor: (Ljava/lang/Object;Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/spi/observability/HttpResponse;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.String
            aload 2
            aload 3
            aload 4
            invokevirtual io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.responsePushed:(Ljava/lang/String;Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/spi/observability/HttpResponse;)Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Handler;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void requestReset(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.micrometer.impl.VertxHttpServerMetrics$Handler
            invokevirtual io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.requestReset:(Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Handler;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void responseEnd(java.lang.Object, long);
    descriptor: (Ljava/lang/Object;J)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler
            lload 2
            invokevirtual io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.responseEnd:(Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Handler;J)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void requestRouted(java.lang.Object, java.lang.String);
    descriptor: (Ljava/lang/Object;Ljava/lang/String;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler
            aload 2
            invokevirtual io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.requestRouted:(Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Handler;Ljava/lang/String;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void responseBegin(java.lang.Object, io.vertx.core.spi.observability.HttpResponse);
    descriptor: (Ljava/lang/Object;Lio/vertx/core/spi/observability/HttpResponse;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler
            aload 2
            invokevirtual io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.responseBegin:(Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Handler;Lio/vertx/core/spi/observability/HttpResponse;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lio/vertx/micrometer/impl/VertxNetServerMetrics$Instance;Lio/vertx/core/spi/metrics/HttpServerMetrics<Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Handler;Ljava/lang/String;Ljava/lang/String;>;
SourceFile: "VertxHttpServerMetrics.java"
NestHost: io.vertx.micrometer.impl.VertxHttpServerMetrics
InnerClasses:
  public Handler = io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler of io.vertx.micrometer.impl.VertxHttpServerMetrics
  Instance = io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance of io.vertx.micrometer.impl.VertxHttpServerMetrics
  Instance = io.vertx.micrometer.impl.VertxNetServerMetrics$Instance of io.vertx.micrometer.impl.VertxNetServerMetrics
  public EventTiming = io.vertx.micrometer.impl.meters.Timers$EventTiming of io.vertx.micrometer.impl.meters.Timers
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles