public interface io.vertx.core.spi.metrics.TCPMetrics<S> extends io.vertx.core.spi.metrics.NetworkMetrics<S>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.core.spi.metrics.TCPMetrics
  super_class: java.lang.Object
{
  public S connected(io.vertx.core.net.SocketAddress, java.lang.String);
    descriptor: (Lio/vertx/core/net/SocketAddress;Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // io.vertx.core.spi.metrics.TCPMetrics this
        start local 1 // io.vertx.core.net.SocketAddress remoteAddress
        start local 2 // java.lang.String remoteName
         0: .line 49
            aconst_null
            areturn
        end local 2 // java.lang.String remoteName
        end local 1 // io.vertx.core.net.SocketAddress remoteAddress
        end local 0 // io.vertx.core.spi.metrics.TCPMetrics this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lio/vertx/core/spi/metrics/TCPMetrics<TS;>;
            0    1     1  remoteAddress  Lio/vertx/core/net/SocketAddress;
            0    1     2     remoteName  Ljava/lang/String;
    Signature: (Lio/vertx/core/net/SocketAddress;Ljava/lang/String;)TS;
    MethodParameters:
               Name  Flags
      remoteAddress  
      remoteName     

  public void disconnected(S, io.vertx.core.net.SocketAddress);
    descriptor: (Ljava/lang/Object;Lio/vertx/core/net/SocketAddress;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // io.vertx.core.spi.metrics.TCPMetrics this
        start local 1 // java.lang.Object socketMetric
        start local 2 // io.vertx.core.net.SocketAddress remoteAddress
         0: .line 59
            return
        end local 2 // io.vertx.core.net.SocketAddress remoteAddress
        end local 1 // java.lang.Object socketMetric
        end local 0 // io.vertx.core.spi.metrics.TCPMetrics this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lio/vertx/core/spi/metrics/TCPMetrics<TS;>;
            0    1     1   socketMetric  TS;
            0    1     2  remoteAddress  Lio/vertx/core/net/SocketAddress;
    Signature: (TS;Lio/vertx/core/net/SocketAddress;)V
    MethodParameters:
               Name  Flags
      socketMetric   
      remoteAddress  
}
Signature: <S:Ljava/lang/Object;>Ljava/lang/Object;Lio/vertx/core/spi/metrics/NetworkMetrics<TS;>;
SourceFile: "TCPMetrics.java"