Hello, Is there some tutorial which explains how to implement a multi layer protocol in mina? This is my first attempt at using Mina and my guess was that I would implement a codec filter for each protocol and chain them together. However, I find that I cannot add more than one codec filter to a chain so what can I do?
Lets say I have a custom text-based protocol which I would like to have the option of sending over different transport protocols. Today, I want it to go over a plain socket but tomorrow, I may want to layer it over HTTP. How does one do this with Mina? Thanks for your help. -- View this message in context: http://www.nabble.com/Multi-layer-protocol-in-mina--tf4053410.html#a11513793 Sent from the mina dev mailing list archive at Nabble.com.
