public interface DatagramSocketMetrics extends NetworkMetrics<Void>
VertxMetrics
createMetrics
method that created and returned
this metrics object.
Modifier and Type | Method and Description |
---|---|
void |
listening(SocketAddress localAddress)
Called when a socket is listening.
|
bytesRead, bytesWritten, exceptionOccurred
void listening(SocketAddress localAddress)
localAddress
- the local address the net socket is listening on.Copyright © 2015. All Rights Reserved.