Hi, I'm not very familiar with filters myself and started looking into them. I see much documentation on them for use in Servlets but how does it vary in Mina? I've basically designed a proxy server using Mina to act as a proxy for routing requests between two very different systems. The mechanism I use is in attaching specific objects to the sessions and would use these in encoding and decoding of the packet data in the messageReceived methods of my handlers. I was wondering if this is something that would be better implemented as a filter? If so what is the best approach?
Thanks, S.D.
