OK I tried the session.write(..) method but the client was unable to receive the message.
Ashish-24 wrote: > > On Thu, Mar 11, 2010 at 11:03 AM, Abdul Khaliq <[email protected]> > 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 > > -- View this message in context: http://old.nabble.com/UDP-replying-to-a-message-issue-tp27859293p27859812.html Sent from the Apache MINA User Forum mailing list archive at Nabble.com.
