public interface io.vertx.core.spi.metrics.NetworkMetrics<S> extends io.vertx.core.spi.metrics.Metrics
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.core.spi.metrics.NetworkMetrics
  super_class: java.lang.Object
{
  public void bytesRead(S, io.vertx.core.net.SocketAddress, );
    descriptor: (Ljava/lang/Object;Lio/vertx/core/net/SocketAddress;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=5, args_size=4
        start local 0 // io.vertx.core.spi.metrics.NetworkMetrics this
        start local 1 // java.lang.Object socketMetric
        start local 2 // io.vertx.core.net.SocketAddress remoteAddress
        start local 3 // long numberOfBytes
         0: .line 32
            return
        end local 3 // long numberOfBytes
        end local 2 // io.vertx.core.net.SocketAddress remoteAddress
        end local 1 // java.lang.Object socketMetric
        end local 0 // io.vertx.core.spi.metrics.NetworkMetrics this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lio/vertx/core/spi/metrics/NetworkMetrics<TS;>;
            0    1     1   socketMetric  TS;
            0    1     2  remoteAddress  Lio/vertx/core/net/SocketAddress;
            0    1     3  numberOfBytes  J
    Signature: (TS;Lio/vertx/core/net/SocketAddress;J)V
    MethodParameters:
               Name  Flags
      socketMetric   
      remoteAddress  
      numberOfBytes  

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

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