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: Michael Koch
Subject: Re: [cp-patches] [Patch] java.nio server socket channels
Date: Tue, 23 Nov 2004 16:42:40 +0100
User-agent: KMail/1.6.2

Am Dienstag, 23. November 2004 15:22 schrieb Jeroen Frijters:
> 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());
> + }
> 
> ;-)

Uuhhhh, wouldn't it be nice if all apps using this code would print out my name 
?


Michael
-- 
Homepage: http://www.worldforge.org/




reply via email to

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