public static interface DOF.TrafficStats
DOF.Runtime.getTrafficStats()
to get a TrafficStats instance.Modifier and Type | Method and Description |
---|---|
long |
getReceiveByteCount()
Gets a count of the data bytes received on all connections and servers.
|
long |
getReceivePacketCount()
Gets a count of the packets received on all connections and servers.
|
long |
getSendByteCount()
Gets a count of the data bytes sent over all connections and servers.
|
long |
getSendPacketCount()
Gets a count of the packets sent over all connections and servers.
|
long getReceiveByteCount()
long getSendByteCount()
long getReceivePacketCount()
long getSendPacketCount()