RemovableChannelHandler
A RemovableChannelHandler
is a ChannelHandler
that can be dynamically removed from a ChannelPipeline
whilst the Channel
is operating normally. A RemovableChannelHandler
is required to remove itself from the ChannelPipeline
(using ChannelHandlerContext.leavePipeline
) as soon as possible.
protocol RemovableChannelHandler : ChannelHandler
Browse conforming types