classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] FYI: java/net/ServerSocket


From: Jeroen Frijters
Subject: [cp-patches] FYI: java/net/ServerSocket
Date: Tue, 31 May 2005 17:54:19 +0200

Hi,

I committed the attached patch to java/net/ServerSocket.java to make it
more compatible with the JDK. I also added a testcase to Mauve.

Regards,
Jeroen

2005-05-31  Jeroen Frijters  <address@hidden>

        * java/net/ServerSocket.java
        (bound): Removed.
        (local): New field.
        (bind): Cache local socket address.
        (getInetAddress, getLocalPort, getLocalSocketAddress, isBound):
        Use cached local socket address.
        (close): bound field was removed.

Attachment: ServerSocket.patch.txt
Description: ServerSocket.patch.txt


reply via email to

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