Hi,
I want to implement some special behaviour in an own IoHandler derived
from DemuxingIoHandler. Unfortunately the findHandler methods are
implemented as private methods, so that I must implement the whole stuff
again :(
Would it be possible, that Mina gives us the opportunity to simple
override the messageReceived method while using the original findHandler
methods as protected? In an object oriented context it should make more
sense than implementing a copy of this methods in the derived classes again.
WDYT?
Best Regards
Michael
- Extending from DemuxingIoHandler Michael Bauroth
-