status of java.net

Jeff Sturm jsturm@one-point.com
Thu Jan 9 19:13:00 GMT 2003


On Thu, 9 Jan 2003, Erik Poupaert wrote:
> It seems that natPlainDatagramSocketImpl.cc and natPlainSocketImpl.cc
> contain a large number of unimplemented methods. Does anybody know what the
> status is of java.net?

Look closer.  Most of the unimplement methods should be wrapped in

#ifdef DISABLE_JAVA_NET
...
#else /* DISABLE_JAVA_NET */

Jeff




More information about the Java mailing list