You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by "Tim Ellison (JIRA)" <ji...@apache.org> on 2006/02/01 23:53:38 UTC

[jira] Commented: (HARMONY-27) The network related channels in java.nio.channels are not implemented

    [ http://issues.apache.org/jira/browse/HARMONY-27?page=comments#action_12364890 ] 

Tim Ellison commented on HARMONY-27:
------------------------------------

Thanks for doing this work Richard.

I've had a look at your code.  The definition of the INetworkSystem is good, and fits in with the file system and memory system we already have.

Just a couple of questions:
 - why do you need to #include <stdlib.h> in OSNetworkSystem.c ?  I removed it and everything compiled ok.
 - there needs to be a patch to the hynio.def file to export the OSNetworkSystem functions.
 - as you point out, there needs to be Linux equivalents for these.

I won't commit these changes until the above issues are addressed.


> The network related channels in java.nio.channels are not implemented
> ---------------------------------------------------------------------
>
>          Key: HARMONY-27
>          URL: http://issues.apache.org/jira/browse/HARMONY-27
>      Project: Harmony
>         Type: Bug
>   Components: Classlib
>     Reporter: Paulex Yang
>     Assignee: Tim Ellison
>  Attachments: FileDescriptorHandler.java, INetworkSystem.java, NetworkSystem.zip, Nio-net Refactoring.jpg, OSNetworkSystem.c, OSNetworkSystem.h, OSNetworkSystem.java, OSNetworkSystemWin32.c, java.net.JPG
>
> The following classes defined by Java Spec 5.0 in java.nio.channels are not included in the class library code
> 	public abstarct class java.nio.channels.DatagramChannel
> 	public abstract class java.nio.channels.ServerSocketChannel
> 	public abstract class java.nio.channels.SocketChannel

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira