On 6/10/10 5:54 PM, vikram nagpurkar wrote:
I am using the sessionOpened() method on the IoHandler implementation to send the logOn message. Is there a similar solution like the KeepAlive filter for sending logon (on the session open event)?
Ok, let it be clear : MINA is *just* a NIO framework, hiding the ugliness of low level Socket manipuation, but it won't solve your protocol's problem !
If you are to send a message to the client when the session has been opened, you just have to session.write( <whatever> ) it in the sessionOpened() event.
And, no, MINA don't brew coffee either :) -- Regards, Cordialement, Emmanuel Lécharny www.nextury.com
