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

Paulex Yang updated HARMONY-27:
-------------------------------

    Attachment: INetworkSystem.java
                OSNetworkSystem.java
                FileDescriptorHandler.java

This files demonstrate what I mean on the JNI interface, which encapsulate 
network relevant functions for both NIO and LUNI component. Significant part of 
the method declarations are refactored from current Harmony java.net JNI 
methods, others are added to support NIO extension.

> 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: Geir Magnusson Jr
>  Attachments: FileDescriptorHandler.java, INetworkSystem.java, Nio-net 
> Refactoring.jpg, OSNetworkSystem.java, 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