ConnectionMonitor

abstract class ConnectionMonitor

Facilitates injecting some monitoring tools into the pipeline

class Object
trait Matchable
class Any

Value members

Abstract methods

protected def bytesInbound(n: Long): Unit
protected def bytesOutBound(n: Long): Unit
protected def connectionAccepted(): Unit
protected def connectionClosed(): Unit