AsynchronousDatagramChannel

Alan Bateman Alan.Bateman at Sun.COM
Thu Aug 28 07:38:55 PDT 2008


Nord, James wrote:
> Hi all,
>  
> I noticed somewhere a while ago that AsynchronousDatagramChannel was 
> not implemented.  I can't find any changes for b94, or remember where 
> the page was that said it wasn't implemented.  Is this now implemented?
The implementations of AsynchronousDatagramChannel are not there yet 
(sorry about that - this is the only class in the API that is missing an 
implementation). You page where you saw this listed was probably the 
known bugs and issues page [1]. The reason the implementation is missing 
is because it requires a bit of code refactoring that is better 
happening after we push the socket-channel changes to jdk7. The 
socket-channel changes are need for other ongoing work and once they are 
pushed the implementations of AsynchronousDatagramChannel will be added 
(I hope within a few weeks).

As regards the changes in b94 - this build was only pushed to the 
download site last night. It is there now [2,3]

-Alan.


[1] http://openjdk.java.net/projects/nio/bugs.html
[2] http://download.java.net/jdk7/jsr203/binaries/
[3] http://openjdk.java.net/projects/nio/changes/nio2-b94.html




More information about the nio-discuss mailing list