Per-port filter chain
---------------------

         Key: DIRMINA-121
         URL: http://issues.apache.org/jira/browse/DIRMINA-121
     Project: Directory MINA
        Type: Improvement
    Versions: 0.8    
    Reporter: Trustin Lee
 Assigned to: Trustin Lee 
     Fix For: 0.9


MINA 0.8 provides only per-sessionmanager filter chain which is usually not so 
useful.  So we need to replace it with per-port filter chain like this:

* IoFilterChain IoSessionManager.getFilterChain(SocketAddress address);

This method will behave a little bit differently depending on it is an acceptor 
or a connector.  For an acceptor, address will be a bind address.  Otherwise, 
it will be a remote address.  I think this is reasonable enough and it will be 
fine if we document this explicitly.



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to