I'm using Nettosphere into a simple chat application. What I want to do is to take an already implemented Filter and integrate it to Nettosphere prior each call to atmoshpere etc.
If I'm not mistaken, the Netty way to interfere into the flow is by implementing a ChannelUpstreamHandler. Is it possible, and how, to integrate a javax.servlet.Filter implementation with Nettosphere?