Add multiple ChannelHandlers to a ChannelPipeline

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 3176

This topic has not yet been written. The content below is from the topic description.
1.7.3.  The Second Solution Although the first solution has resolved the problem with the TIME client, the modified handler does not look that clean. Imagine a more complicated protocol which is composed of multiple fields such as a variable length field. Your ChannelHandler implementation will become unmaintainable very quickly. As you may have noticed, you can add more than one ChannelHandler to a ChannelPipeline, and therefore, you can split one monolithic ChannelHandler into multiple modular ones to reduce the complexity of your application.