Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.1.4
-
None
-
None
Description
We would like to be able to exetnd those two classes: NioProcessor, NioSocketAcceptor.
In our implemenetastion most of the code is taken from those two classes as is , except for severl mathod that have some inhensments. Thus it would be a shame to capy the code and better to extend it.
here is the PR with the implementation: https://github.com/apache/mina/pull/25