Interface TCPMetrics<C>

All Superinterfaces:
Metrics, NetworkMetrics<C>, TransportMetrics<C>

@Deprecated(forRemoval=true) public interface TCPMetrics<C> extends TransportMetrics<C>
Deprecated, for removal: This API element is subject to removal in a future version.
instead use TransportMetrics
An SPI used internally by Vert.x to gather metrics on a TCP socket.

Author:
Nick Scavelli