DefaultInetAddressTracker

The default tracker for INet addresses, utilizing a concurrent hash map.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun deregister(address: InetAddress)

The deregister function is invoked whenever a channel goes inactive

Link copied to clipboard
open override fun getCount(address: InetAddress): Int

Gets the number of active connections for a given address

Link copied to clipboard
open override fun register(address: InetAddress)

The register function is invoked whenever a channel goes active