Provide IoHandler.sessionCreating() method
------------------------------------------
Key: DIRMINA-516
URL: https://issues.apache.org/jira/browse/DIRMINA-516
Project: MINA
Issue Type: Improvement
Components: Core
Environment: All
Reporter: chenliangde
is better IoHandler provides a sessionCreating Method, reasons:
1. to take care the things have to be done before session created.
Some times messageReceived() is called before sessionCreated()
returned.
2. To stop session creation. If the connection count limitation is reached ,
or the connection comes from blocked IP,
the server can prevent the session creation to save resource.
Thanks.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.