public interface io.vertx.core.spi.metrics.HttpServerMetrics<R, W, S> extends io.vertx.core.spi.metrics.TCPMetrics<S>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.core.spi.metrics.HttpServerMetrics
  super_class: java.lang.Object
{
  public R requestBegin(S, io.vertx.core.http.HttpServerRequest);
    descriptor: (Ljava/lang/Object;Lio/vertx/core/http/HttpServerRequest;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // io.vertx.core.spi.metrics.HttpServerMetrics this
        start local 1 // java.lang.Object socketMetric
        start local 2 // io.vertx.core.http.HttpServerRequest request
         0: .line 49
            aconst_null
            areturn
        end local 2 // io.vertx.core.http.HttpServerRequest request
        end local 1 // java.lang.Object socketMetric
        end local 0 // io.vertx.core.spi.metrics.HttpServerMetrics this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lio/vertx/core/spi/metrics/HttpServerMetrics<TR;TW;TS;>;
            0    1     1  socketMetric  TS;
            0    1     2       request  Lio/vertx/core/http/HttpServerRequest;
    Signature: (TS;Lio/vertx/core/http/HttpServerRequest;)TR;
    MethodParameters:
              Name  Flags
      socketMetric  
      request       

  public void requestReset();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // io.vertx.core.spi.metrics.HttpServerMetrics this
        start local 1 // java.lang.Object requestMetric
         0: .line 60
            return
        end local 1 // java.lang.Object requestMetric
        end local 0 // io.vertx.core.spi.metrics.HttpServerMetrics this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lio/vertx/core/spi/metrics/HttpServerMetrics<TR;TW;TS;>;
            0    1     1  requestMetric  TR;
    Signature: (TR;)V
    MethodParameters:
               Name  Flags
      requestMetric  

  public void responseBegin(R, io.vertx.core.http.HttpServerResponse);
    descriptor: (Ljava/lang/Object;Lio/vertx/core/http/HttpServerResponse;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // io.vertx.core.spi.metrics.HttpServerMetrics this
        start local 1 // java.lang.Object requestMetric
        start local 2 // io.vertx.core.http.HttpServerResponse response
         0: .line 69
            return
        end local 2 // io.vertx.core.http.HttpServerResponse response
        end local 1 // java.lang.Object requestMetric
        end local 0 // io.vertx.core.spi.metrics.HttpServerMetrics this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lio/vertx/core/spi/metrics/HttpServerMetrics<TR;TW;TS;>;
            0    1     1  requestMetric  TR;
            0    1     2       response  Lio/vertx/core/http/HttpServerResponse;
    Signature: (TR;Lio/vertx/core/http/HttpServerResponse;)V
    MethodParameters:
               Name  Flags
      requestMetric  
      response       

  public R responsePushed(S, 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: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=5, args_size=5
        start local 0 // io.vertx.core.spi.metrics.HttpServerMetrics this
        start local 1 // java.lang.Object socketMetric
        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 80
            aconst_null
            areturn
        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.Object socketMetric
        end local 0 // io.vertx.core.spi.metrics.HttpServerMetrics this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lio/vertx/core/spi/metrics/HttpServerMetrics<TR;TW;TS;>;
            0    1     1  socketMetric  TS;
            0    1     2        method  Lio/vertx/core/http/HttpMethod;
            0    1     3           uri  Ljava/lang/String;
            0    1     4      response  Lio/vertx/core/http/HttpServerResponse;
    Signature: (TS;Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/http/HttpServerResponse;)TR;
    MethodParameters:
              Name  Flags
      socketMetric  
      method        
      uri           
      response      

  public void responseEnd(R, io.vertx.core.http.HttpServerResponse);
    descriptor: (Ljava/lang/Object;Lio/vertx/core/http/HttpServerResponse;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // io.vertx.core.spi.metrics.HttpServerMetrics this
        start local 1 // java.lang.Object requestMetric
        start local 2 // io.vertx.core.http.HttpServerResponse response
         0: .line 90
            return
        end local 2 // io.vertx.core.http.HttpServerResponse response
        end local 1 // java.lang.Object requestMetric
        end local 0 // io.vertx.core.spi.metrics.HttpServerMetrics this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lio/vertx/core/spi/metrics/HttpServerMetrics<TR;TW;TS;>;
            0    1     1  requestMetric  TR;
            0    1     2       response  Lio/vertx/core/http/HttpServerResponse;
    Signature: (TR;Lio/vertx/core/http/HttpServerResponse;)V
    MethodParameters:
               Name  Flags
      requestMetric  
      response       

  public W connected(S, R, io.vertx.core.http.ServerWebSocket);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Lio/vertx/core/http/ServerWebSocket;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // io.vertx.core.spi.metrics.HttpServerMetrics this
        start local 1 // java.lang.Object socketMetric
        start local 2 // java.lang.Object requestMetric
        start local 3 // io.vertx.core.http.ServerWebSocket serverWebSocket
         0: .line 101
            aconst_null
            areturn
        end local 3 // io.vertx.core.http.ServerWebSocket serverWebSocket
        end local 2 // java.lang.Object requestMetric
        end local 1 // java.lang.Object socketMetric
        end local 0 // io.vertx.core.spi.metrics.HttpServerMetrics this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lio/vertx/core/spi/metrics/HttpServerMetrics<TR;TW;TS;>;
            0    1     1     socketMetric  TS;
            0    1     2    requestMetric  TR;
            0    1     3  serverWebSocket  Lio/vertx/core/http/ServerWebSocket;
    Signature: (TS;TR;Lio/vertx/core/http/ServerWebSocket;)TW;
    MethodParameters:
                 Name  Flags
      socketMetric     
      requestMetric    
      serverWebSocket  

  public void disconnected();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // io.vertx.core.spi.metrics.HttpServerMetrics this
        start local 1 // java.lang.Object serverWebSocketMetric
         0: .line 110
            return
        end local 1 // java.lang.Object serverWebSocketMetric
        end local 0 // io.vertx.core.spi.metrics.HttpServerMetrics this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lio/vertx/core/spi/metrics/HttpServerMetrics<TR;TW;TS;>;
            0    1     1  serverWebSocketMetric  TW;
    Signature: (TW;)V
    MethodParameters:
                       Name  Flags
      serverWebSocketMetric  
}
Signature: <R:Ljava/lang/Object;W:Ljava/lang/Object;S:Ljava/lang/Object;>Ljava/lang/Object;Lio/vertx/core/spi/metrics/TCPMetrics<TS;>;
SourceFile: "HttpServerMetrics.java"