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

Richard Liang updated HARMONY-27:
---------------------------------

    Attachment: NetworkSystem.zip

Hello Tim,

Here is the implementation of network system. Would you please help to verify 
it? Thanks a lot.

Implementation Details:
1. Three classes are added in com.ibm.platform:
        com.ibm.platform.FileDescriptorHandler
        com.ibm.platform.INetworkSystem
        com.ibm.platform.OSNetworkSystem
2. Two classes are modified a bit:
        com.ibm.platform.OSComponentFactory
        com.ibm.platform.Platform
3. New added Native code in win.IA32/nio:
        helpers.h, helpers.c, nethelp.h, nethelp.c, 
        OSNetworkSystem.h, OSNetworkSystem.c, OSNetworkSystemWin32.c
        socket.h, socket.c
        makefile is modified accordingly.

The native source is only for win.IA32. I will post linux version soon.

> 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

Reply via email to