removeHandler(_:)

    Remove a ChannelHandler from the ChannelPipeline.

    ChannelPipeline.swift:1153
    @preconcurrency func removeHandler(_ handler: RemovableChannelHandler) -> EventLoopFuture<Void>

    Parameters

    handler

    the ChannelHandler to remove.

    Returns

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

    Other members in extension

    Instance members