A new JSR has been recently released that proposes new features and some enhancements to java.nio package family for the next platform release, "Tiger" (1.5). The changes include APIs for filesystem access, scalable asynchronous I/O operations, socket-channel binding and configuration, and multicast datagrams.
More info can be viewed at the JCP (Java Community Process) site, at http://www.jcp.org/en/jsr/detail?id=203
-
JSR 203: More New I/O APIs for the Java 2 Platform (3 messages)
- Posted by: Michael Santos
- Posted on: January 09 2003 05:34 EST
Threaded Messages (3)
- JSR 203: More New I/O APIs for the Java 2 Platform by Brian Miller on January 10 2003 12:09 EST
- JSR 203: More New I/O APIs for the Java 2 Platform by Andreas Mueller on January 10 2003 12:30 EST
- JSR 203: More New I/O APIs for the Java 2 Platform by Safwat Deif on June 05 2003 18:59 EDT
-
JSR 203: More New I/O APIs for the Java 2 Platform[ Go to top ]
- Posted by: Brian Miller
- Posted on: January 10 2003 12:09 EST
- in response to Michael Santos
Multicast had to be added to Java for fully implementing JXTA discovery. And there are other possible applications of multicasting. -
JSR 203: More New I/O APIs for the Java 2 Platform[ Go to top ]
- Posted by: Andreas Mueller
- Posted on: January 10 2003 12:30 EST
- in response to Michael Santos
They should add SSL (JSSE) and a way to use Http tunneling (via HTTP CONNECT) to nio as well. This is currently not possible...
-- Andreas -
JSR 203: More New I/O APIs for the Java 2 Platform[ Go to top ]
- Posted by: Safwat Deif
- Posted on: June 05 2003 18:59 EDT
- in response to Andreas Mueller
They should add SSL (JSSE) and a way to use Http tunneling (via HTTP CONNECT) to nio as well. This is currently not possible...
>
> -- Andreas
It is important to add SSL/JSSE Support to the nio package