BasicConnectionMonitor

Simple connection information monitor This monitor provides only the most basic connection information: inbound and outbound bytes and live connections

Simple connection information monitor This monitor provides only the most basic connection information: inbound and outbound bytes and live connections

class Object
trait Matchable
class Any

Value members

Concrete methods

override protected def bytesInbound(n: Long): Unit
Definition Classes
override protected def bytesOutBound(n: Long): Unit
Definition Classes
override protected def connectionAccepted(): Unit
Definition Classes
override protected def connectionClosed(): Unit
Definition Classes
def getStatus(): (Long, Long, Int)

Get the inbound bytes, outbound bytes, and the number of live connections

Get the inbound bytes, outbound bytes, and the number of live connections

Inherited methods