IoService.getManagedSession() should return a Map instead of a Set.
-------------------------------------------------------------------
Key: DIRMINA-582
URL: https://issues.apache.org/jira/browse/DIRMINA-582
Project: MINA
Issue Type: Improvement
Components: Core
Affects Versions: 2.0.0-M1
Reporter: Trustin Lee
Assignee: Trustin Lee
Priority: Minor
Fix For: 2.0.0-M2
IoSession already has a getId() method which returns a unique ID of the
session. Therefore, it would save a lot of time to search for a session with a
certain ID if IoService.getManagedSessions() returns Map<Long, IoSession>
instead of Set<IoSession>.
Related discussion is found here: http://markmail.org/message/tbr3wuk42auvnty2
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.