SSL Filter and IoHandler.
-------------------------
Key: DIRMINA-657
URL: https://issues.apache.org/jira/browse/DIRMINA-657
Project: MINA
Issue Type: Improvement
Components: Filter, Handler
Affects Versions: 1.1.7
Reporter: Sanjeev Sachdev
Priority: Minor
When the session is secured or unsecured, SSLFilter notifies the IOHandler
about the same, by emitting a special message object with a
IoHandler.messageReceived(IoSession, Object) event.
Instead, IOHandler should have events like IoHandler.sessionSecured() and
IoHandler.sessionUnsecured().
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.