I am writing a Mina based Asynchronous server application. For one of the use cases I need the server to send message(s) to one of the client sessions. How do I select the client session for a specific client? do I need to make the IoSession object (for that specific client ) available to do this or can I use the IoAcceptor object to do this?
-Vikram
