removeHandler(context:)

    Remove a ChannelHandler from the ChannelPipeline.

    ChannelPipeline.swift:1169
    func removeHandler(context: ChannelHandlerContext) -> EventLoopFuture<Void>

    Parameters

    context

    the ChannelHandlerContext that belongs to ChannelHandler that should be removed.

    Returns

    the EventLoopFuture which will be notified once the ChannelHandler was removed.

    Other members in extension

    Instance members