users@grizzly.java.net

is 2.0.0 UDP working in svn revid: 3156?

From: John Franey <jjfraney_at_gmail.com>
Date: Thu, 7 May 2009 13:52:33 -0400

Hi,

Attached is an attempt at using the UDP capability of grizzly 2.

It can send a packet. It doesn't receive a packet.

Does my code have to change? If this code is 'right', then I can try to
debug, but would like to know if you expect it to work.

A side question: org.glassfish.grizzly.Connection is a parameterized type.
What type do you suggest for the connection Future (line 50)? I guessed
Future<Connection<SocketAddress>> but caused a compile error at line 52
which could not be resolved with an explicit cast to
(Future<Connection<SocketAddress>>).

Thanks.
John