classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] FYI: Small nio refactoring


From: Jeroen Frijters
Subject: [cp-patches] FYI: Small nio refactoring
Date: Tue, 28 Jun 2005 13:33:59 +0200

Hi,

I applied the attached patch to make life a little easier for VMs that
don't use an int to represent a socket handle.

Regards,
Jeroen

2005-06-28  Jeroen Frijters  <address@hidden>

        * gnu/java/nio/DatagramChannelImpl.java
        (getNativeFD): Removed.
        * gnu/java/nio/DatagramChannelSelectionKey.java
        (getNativeFD): Modified to extract the native fd via the
        PlainDatagramSocketImpl.
        * gnu/java/nio/ServerSocketChannelImpl.java
        (getNativeFD): Removed.
        * gnu/java/nio/ServerSocketChannelSelectionKey.java
        (getNativeFD): Modified to extract the native fd via the
        PlainSocketImpl.
        * gnu/java/nio/SocketChannelImpl.java
        (getNativeFD): Removed.
        * gnu/java/nio/SocketChannelSelectionKey.java
        (getNativeFD): Modified to extract the native fd via the
        PlainSocketImpl.

Attachment: nio.patch.txt
Description: nio.patch.txt


reply via email to

[Prev in Thread] Current Thread [Next in Thread]