i want co communicate TCP client server communication using apache mina. can anyone give the code ? i cant find it in any were.... google is failed to find it. i want to send and recieve text messages via mina . so please help me....
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
It is very simple on the server side
here ioAcceptor is of type
This is for server. Similarly for client the only change is instead of IoAcceptor you use the IoConnector. Here is an example, well explained too. http://www.techbrainwave.com/?p=912 |
||||
|
|