fireChannelReadComplete

    Signal to the next ChannelHandler that a read burst has finished.

    ChannelPipeline.swift:1595
    func fireChannelReadComplete()

    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