Instance Methodswift-nio 2.72.0NIOCore
handlerAdded(context:)
Codec.swift:638func handlerAdded(context: ChannelHandlerContext)
Other members in extension
Instance members
func channelInactive(context: ChannelHandlerContext
) Call
decodeLast
before forward the event through the pipeline.func channelRead(context: ChannelHandlerContext, data: NIOAny
) Calls
decode
until there is nothing left to decode.func handlerRemoved(context: ChannelHandlerContext
) func removeHandler(context: ChannelHandlerContext, removalToken: ChannelHandlerContext.RemovalToken
) func userInboundEventTriggered(context: ChannelHandlerContext, event: Any
)