Hi all,

I thought over this, and it would be great if we change the API so that we can have a filter chain per bind address instead of per session manager.  So new getFilterChain() will be:

* IoFilterChain IoAcceptor.getFilterChain ( SocketAddress address );  // per bind address
* IoFilterChain IoConnector.getFilterChain( SocketAddress address );  // per remote address

We'll have to document the difference between IoConnector and IoAcceptor carefully so users don't get confused.

WDYT?

Trustin
--
what we call human nature is actually human habit
--
http://gleamynode.net/

Reply via email to