incrementConnections

abstract fun incrementConnections(inetAddress: InetAddress)

Increments connections from the provided inetAddress. This function is called when a channel handler is registered in Netty.

Parameters

inetAddress

the address which is establishing a connection.