Newcomb, Michael-P57487 wrote: > When you install filters on the SocketAcceptor, those are all shared > between sessions created by that acceptor. Can you install filters on a > per-IoSession basis (eg. filters unique to that one session)? > > Certainly!
In IoHandler.sessionCreated() you can do this:
session.getFilterChain().addLast("id", myFilter);
HTH
--
Niklas Therning
www.spamdrain.net
