netty5.0 -- ChannelPipeline

Interface ChannelPipeline

public interface ChannelPipeline extends Iterable<Map.Entry<String,ChannelHandler>>

A list of ChannelHandlers which handles or intercepts inbound events and outbound operations of a Channel. ChannelPipeline implements an advanced form of the Intercepting Filter pattern to give a user full control over how an event is handled and how the ChannelHandlers in a pipeline interact with each other.

猜你喜欢

转载自hudingchen.iteye.com/blog/2227444