In Apache Mina, is it possible to use different handler for each session?
Asked
Active
Viewed 118 times
0
-
What do you mean by different handlers? IoAcceptor method setHandler is on per server-socket basis. – Himanshu Bhardwaj May 05 '14 at 09:47
-
I mean, earlier there was a SocketConnector.connect() method which had option to pass the IoHandler object while connecting. But I don't see this method in new version. – hanish.kh May 05 '14 at 10:33