commit-classpath
[Top][All Lists]
Advanced

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

classpath ./ChangeLog java/net/DatagramSocket.j...


From: Michael Koch
Subject: classpath ./ChangeLog java/net/DatagramSocket.j...
Date: Tue, 02 Dec 2003 05:50:56 -0500

CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         
Changes by:     Michael Koch <address@hidden>   03/12/02 05:50:56

Modified files:
        .              : ChangeLog 
        java/net       : DatagramSocket.java MulticastSocket.java 

Log message:
        2003-12-02  Michael Koch  <address@hidden>
        
        * java/net/DatagramSocket.java
        (impl): Made private.
        (bound): New private member variable.
        (DatagramSocket): Fixed documentation, use getImpl().
        (getImpl): New package-private method.
        (isClosed): Use getImpl().
        (getLocalAddress): Completed documentation, use getImpl().
        (getLocalPort): Use getImpl().
        (getSoTimeout): Likewise.
        (setSoTimeout): Likewise.
        (getSendBufferSize): Likewise.
        (setSendBufferSize): Likewise.
        (getReceiveBufferSize): Likewise.
        (setReceiveBufferSize): Likewise.
        (connect): Likewise.
        (disconnect): Likewise.
        (receive): Likewise.
        (send): Likewise.
        (setReuseAddress): Likewise.
        (setTrafficClass): Likewise.
        (bind): Added message to exception.
        (isClosed): Completed documentation.
        (getChannel): Likewise.
        (connect): Added missing exception, refined exception message.
        (isBound): Completed documentation, just return bound.
        (isConnected): Completed documentation.
        (getRemoteSocketAddress): Likewise.
        (getReuseAddress): Completed documentation, use getImpl().
        (setSoBroadcast): Likewise.
        (getSoBroadcast): Likewise.
        (getTrafficClass): Likewise.
        (getLocalSocketAddress): Simplified.
        * java/net/MulticastSocket.java
        (MulticastSocket): Removed comment not applying anymore.
        (getInterface): Use getImpl().
        (getTTL): Likewise.
        (getTimeToLive): Likewise.
        (setInterface): Likewise.
        (setNetworkInterface): Likewise.
        (getNetworkInterface): Likewise.
        (setLoopback): Likewise.
        (getLoopback): Likewise.
        (setTTL): Likewise.
        (setTimeToLive): Likewise.
        (joinGroup): Likewise.
        (leaveGroup): Likewise.
        (send): Likewise.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.1676&tr2=1.1677&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/java/net/DatagramSocket.java.diff?tr1=1.33&tr2=1.34&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/java/net/MulticastSocket.java.diff?tr1=1.21&tr2=1.22&r1=text&r2=text





reply via email to

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