ChannelHandler
Base protocol for handlers that handle I/O events or intercept an I/O operation.
protocol ChannelHandler : AnyObject
Browse conforming typesAll methods are called from within the EventLoop
that is assigned to the Channel
itself.
You should never implement this protocol directly. Please implement one of its sub-protocols.