Required Instance Methodswift-nio 2.72.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.

    Other requirements

    Instance members

    Citizens in NIOCore

    Default implementations