On Thu, Mar 11, 2010 at 11:03 AM, Abdul Khaliq <abdul.kha...@yahoo.com> wrote:
>
> Agreed the server does not set the message back to the client, in the example
> , and i did have a look at the java docs and the tried different methods to
> sent data back to the client. I mean thats the actual question how can i
> send  data back to the client?
>

in messageReceived call session.write(...some data);

I recommend that you explore other examples as well. There should be a
Object based codec as well

check this list http://mina.apache.org/codec-repository.html

Reply via email to