Package-level declarations
Types
Link copied to clipboard
interface ChannelTrafficMonitor
The channel traffic monitor is used to track various metrics related to Netty, such as connection requests, active connections, packet traffic, disconnection reasons and more. Any implementation of this interface should first and foremost be performant, since most calls to it will be done off of Netty's threads which must not be blocked.