fireChannelRegistered

    Send a channelRegistered event to the next (inbound) ChannelHandler in the ChannelPipeline.

    ChannelPipeline.swift:1564
    func fireChannelRegistered()

    Other members in extension

    Types

    • struct RemovalToken

      A RemovalToken is handed to a RemovableChannelHandler when its removeHandler function is invoked. A RemovableChannelHandler is then required to remove itself from the ChannelPipeline. The removal process is finalized by handing the RemovalToken to the ChannelHandlerContext.leavePipeline function.

    Instance members