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 59
            aload 0 /* this */
            aload 1
            putfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.this$0:Lio/vertx/micrometer/impl/VertxHttpServerMetrics;
         1: .line 60
            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 61
            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.http.HttpServerRequest);
    descriptor: (Ljava/lang/String;Lio/vertx/core/http/HttpServerRequest;)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.http.HttpServerRequest request
         0: .line 65
            new io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler
            dup
            aload 1 /* remote */
            aload 2 /* request */
            invokeinterface io.vertx.core.http.HttpServerRequest.path:()Ljava/lang/String;
            aload 2 /* request */
            invokeinterface io.vertx.core.http.HttpServerRequest.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 66
            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 67
            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 68
            aload 3 /* handler */
            areturn
        end local 3 // io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler handler
        end local 2 // io.vertx.core.http.HttpServerRequest 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/http/HttpServerRequest;
            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 73
            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 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 /* 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 75
            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 io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler responsePushed(java.lang.String, io.vertx.core.http.HttpMethod, java.lang.String, io.vertx.core.http.HttpServerResponse);
    descriptor: (Ljava/lang/String;Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/http/HttpServerResponse;)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.http.HttpServerResponse response
         0: .line 79
            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 80
            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
         2: .line 81
            aload 5 /* handler */
            areturn
        end local 5 // io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler handler
        end local 4 // io.vertx.core.http.HttpServerResponse 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    3     0      this  Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Instance;
            0    3     1    remote  Ljava/lang/String;
            0    3     2    method  Lio/vertx/core/http/HttpMethod;
            0    3     3       uri  Ljava/lang/String;
            0    3     4  response  Lio/vertx/core/http/HttpServerResponse;
            1    3     5   handler  Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Handler;
    MethodParameters:
          Name  Flags
      remote    
      method    
      uri       
      response  

  public void responseEnd(io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler, io.vertx.core.http.HttpServerResponse);
    descriptor: (Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Handler;Lio/vertx/core/http/HttpServerResponse;)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 // io.vertx.core.http.HttpServerResponse response
         0: .line 86
            aload 2 /* response */
            invokeinterface io.vertx.core.http.HttpServerResponse.getStatusCode:()I
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            astore 3 /* code */
        start local 3 // java.lang.String code
         1: .line 87
            aload 1 /* handler */
            getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.timer:Lio/vertx/micrometer/impl/meters/Timers$EventTiming;
            iconst_5
            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
            dup
            iconst_4
            aload 3 /* code */
            aastore
            invokevirtual io.vertx.micrometer.impl.meters.Timers$EventTiming.end:([Ljava/lang/String;)V
         2: .line 88
            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;
            iconst_5
            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
            dup
            iconst_4
            aload 3 /* 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
         3: .line 89
            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
         4: .line 90
            return
        end local 3 // java.lang.String code
        end local 2 // io.vertx.core.http.HttpServerResponse 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    5     0      this  Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Instance;
            0    5     1   handler  Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Handler;
            0    5     2  response  Lio/vertx/core/http/HttpServerResponse;
            1    5     3      code  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      handler   
      response  

  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 94
            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 95
            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 100
            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 101
            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 boolean isEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance this
         0: .line 105
            iconst_1
            ireturn
        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 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 110
            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 java.lang.Object requestBegin(java.lang.Object, io.vertx.core.http.HttpServerRequest);
    descriptor: (Ljava/lang/Object;Lio/vertx/core/http/HttpServerRequest;)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/http/HttpServerRequest;)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.http.HttpServerResponse);
    descriptor: (Ljava/lang/Object;Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/http/HttpServerResponse;)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/http/HttpServerResponse;)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, io.vertx.core.http.HttpServerResponse);
    descriptor: (Ljava/lang/Object;Lio/vertx/core/http/HttpServerResponse;)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.responseEnd:(Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Handler;Lio/vertx/core/http/HttpServerResponse;)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