Hi,
I've been browsing through the mailing list archives looking for a way to get to Acceptor from the SessionHandler (eg if a certain event is detected on messageReceived(), I would like to call Acceptor.unbind() etc ). The closest thing I found was this: http://www.mail-archive.com/[email protected]/msg03097.html where apparently the SessionHandler was supposed to keep a reference to the class that contained the Acceptor, and make a call to a method that would "stop" the Acceptor. Is there another way to reach the Acceptor, something inherent to MINA? Thanks. Fernando
