public interface Statistics
getStatistics(). The statistics
object provides information about key metrics related to the connection over its entire lifecycle.
The Statistics toString() provides a summary of the statistics.
| Modifier and Type | Method and Description |
|---|---|
long |
getDroppedCount() |
long |
getInBytes() |
long |
getInMsgs() |
long |
getOutBytes() |
long |
getOutMsgs() |
long |
getReconnects() |
long getInMsgs()
long getOutMsgs()
long getInBytes()
long getOutBytes()
long getReconnects()
long getDroppedCount()