removeHandlers(pipeline:)

    Removes the ChannelHandlers from the ChannelPipeline pipeline, and closes that ChannelPipeline.

    Channel.swift:311
    func removeHandlers(pipeline: ChannelPipeline)

    Parameters

    pipeline

    The ChannelPipline to be closed.

    This method is intended for use when writing custom ChannelCore implementations. This can be called from close0 to tear down the ChannelPipeline when closure is complete.

    Other members in extension

    Instance members

    Show obsolete interfaces (1)

    Hide obsolete interfaces