AsynchronousDatagramChannel implementation
Alan Bateman
Alan.Bateman at oracle.com
Mon Nov 21 09:35:44 PST 2011
On 19/11/2011 20:21, David Dabbs wrote:
> ADC stayed in JDK7, but are the improvements in the jdk8 plan? What
> was was/is deficient about the implementation? Perhaps it is something
> that could be contributed. Many thanks, David
AsynchronousDatagramChannel was removed from jdk7 about a year ago
[1][2]. We did say we would look at it again in the future but it hasn't
been a priority to date. There would be work required to clean up the
spec and also re-implement (the implementation that was removed was very
much a prototype).
-Alan
[1] http://mail.openjdk.java.net/pipermail/nio-dev/2010-October/001122.html
[2] http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/5a6c63deacf3
More information about the nio-dev
mailing list