classpath-patches
[Top][All Lists]
Advanced

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

RE: [cp-patches] [Patch] java.nio server socket channels


From: Jeroen Frijters
Subject: RE: [cp-patches] [Patch] java.nio server socket channels
Date: Tue, 23 Nov 2004 15:22:32 +0100

Michael Koch wrote:
> I just commited the attached patch to make 
> ServerSocketChannels from NIO
> work in classpath.

I assume you didn't intend to check this in:

+       Method[] methods = NIOServerSocket.class.getDeclaredMethods();
+       for (int i = 0; i < methods.length; i++)
+       {
+               System.out.println("Michael: method: " +
methods[i].getName());
+       }

;-)

Regards,
Jeroen




reply via email to

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