`

netty5.0 -- ChannelPipeline

    博客分类:
  • Java
 
阅读更多
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.
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics