Required Instance Methodswift-nio 2.84.0NIOCore

handlerAdded(context:)

Called when this ChannelHandler is added to the ChannelPipeline.

ChannelHandler.swift:25
func handlerAdded(context: ChannelHandlerContext)

Parameters

context

The ChannelHandlerContext which this ChannelHandler belongs to.