Hello all<br> i am trying to use ProtobufEncoder and ProtobufDecoder with Netty, with a view to make my Netty Server EventBased.<br>Suppose i will have 3 different types of messages coming to my Netty server.<br>I will have then 3 different handlers to handle them.<br>
<br>But  what about Pipelines? will i have to have also 3 separate pipelines, ad i have seen that Decoder/Encoders are bound to Pipelines<br>rathert than handlers&gt;?<br><br>w/kindest regards<br>  Marco<br>