11-29-05 07:45 AM
[ http://issues.apache.org/jira/brows...NA-121?page=all ]
Niklas Therning reassigned DIRMINA-121:
---------------------------------------
Assign To: Niklas Therning (was: Trustin Lee)
> 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
> Assignee: Niklas Therning
> Fix For: 0.9
>
> MINA 0.8 provides only per-sessionmanager filter chain which is usually no
t 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 do
cum
ent 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/secur...nistrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
[ Post a follow-up to this message ]
|