Example usage for io.vertx.core.spi.metrics TCPMetrics interface-usage

List of usage examples for io.vertx.core.spi.metrics TCPMetrics interface-usage

Introduction

In this page you can find the example usage for io.vertx.core.spi.metrics TCPMetrics interface-usage.

Usage

From source file com.cyngn.vertx.opentsdb.spi.HttpMetricsImpl.java

/**
 * Generic parent class for tracking HttpMetrics.
 *
 * @author truelove@cyngn.com (Jeremy Truelove) 10/8/15
 */
public class HttpMetricsImpl extends TcpMetricsImpl implements TCPMetrics<SocketMetric> {

From source file com.cyngn.vertx.opentsdb.spi.TcpMetricsImpl.java

/**
 * Tracks TCP/IP connections and data
 *
 * @author truelove@cyngn.com (Jeremy Truelove) 10/8/15
 */
public class TcpMetricsImpl extends ScheduledMetrics implements TCPMetrics<SocketMetric> {