removeHandler(name:promise:)

Remove a ChannelHandler from the ChannelPipeline.

ChannelPipeline.swift:417
func removeHandler(name: String, promise: EventLoopPromise<Void>?)

Parameters

name

the name that was used to add the ChannelHandler to the ChannelPipeline before.

promise

An EventLoopPromise that will complete when the ChannelHandler is removed.