Here's a tutorial on UDP in Mina I searched for: http://mina.apache.org/udp-tutorial.html
It looks like it uses an NioDatagramAcceptor...are you saying that you aren't able to find that class in Mina? (I'm assuming Mina 2.x) Chris ________________________________ From: dl <[email protected]> To: users <[email protected]> Sent: Wed, October 27, 2010 9:21:34 AM Subject: need help chat program with mina I program a chat program.two client communication fine with server. I want clientA directe chat to clientB. just like p2p. but the two clients is DatagramConnector, there not NioDatagramAcceptor. how to communication between two DatagramConnector? where has example program? thanks!
