Interface TCPMetrics<C>
- All Superinterfaces:
Metrics, NetworkMetrics<C>, TransportMetrics<C>
Deprecated, for removal: This API element is subject to removal in a future version.
An SPI used internally by Vert.x to gather metrics on a TCP socket.
- Author:
- Nick Scavelli
-
Field Summary
Fields inherited from interface Metrics
METRICS_ENABLED -
Method Summary
Methods inherited from interface NetworkMetrics
bytesRead, bytesWritten, exceptionOccurredMethods inherited from interface TransportMetrics
connected, disconnected, streamClosed, streamOpened
TransportMetrics