The UDP protocol handlers are the same as the TCP protocol handlers. You can create a class that extends IoHandlerAdapter, and override any methods in that class. The only difference in your program is that you will use a DatagramAcceptor instead of a SocketAcceptor. If you would like a sample program, please let me know and I will put one together for you.
I do agree that we should write a UDP based program for the examples MINA though. On 4/25/07, Brigham Stevens <[EMAIL PROTECTED]> wrote:
Are there any UDP examples for MINA? I didn't see any in the 1.1 distribution, would be great to see one. Thanks!
-- ..Cheers Mark
