/[classpath]/classpath/ChangeLog
ViewVC logotype

Diff of /classpath/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1677 by mkoch, Tue Dec 2 10:50:56 2003 UTC revision 1.1678 by mkoch, Tue Dec 2 11:24:04 2003 UTC
# Line 1  Line 1 
1  2003-12-02  Michael Koch  <konqueror@gmx.de>  2003-12-02  Michael Koch  <konqueror@gmx.de>
2    
3          * java/net/DatagramSocket.java          * java/net/DatagramSocket.java
4            (DatagramSocket): Call other sister constructor.
5            (connect): Revised exception message.
6            (setBroadcast): Renamed on to enable.
7            (getLocalAddress): Completed documentation.
8            (getChannel): Likewise.
9            (isBound): Likewise.
10            (isConnected): Likewise.
11            (getRemoteSocketAddress): Likewise.
12            (getLocalSocketAddress): Likewise.
13            (getReuseAddress): Likewise.
14            (setBroadcast): Likewise.
15            (getTrafficClass): Likewise.
16            * java/net/ServerSocket.java
17            (getLocalSocketAddress): Simplified.
18            (accept): Renamed s to socket.
19            (implAccept): Likewise.
20            (toString): Made it compliant to SUNs JDK.
21            * java/net/Socket.java
22            (impl): Make private.
23            (getInetAddress): Check if socket is connected.
24            (getPort): Likewise.
25            (getInputStream): Likewise.
26            (getOutputStream): Likewise.
27            (getLocalPort): Check if socket is bound.
28            (shutdownOutput):
29            Readd accidently removed "getImpl().shutdownOutput()".
30            (connect): Completed documentation.
31            (getOOBInline): Likewise.
32            (getReuseAddress): Likewise.
33            (getTrafficClass): Likewise.
34            (isConnected): Likewise.
35            (isBound): Likewise.
36            (isClosed): Likewise.
37            (isInputShutdown): Likewise.
38            (isOutputShutdown): Likewise.
39    
40    2003-12-02  Michael Koch  <konqueror@gmx.de>
41    
42            * java/net/DatagramSocket.java
43          (impl): Made private.          (impl): Made private.
44          (bound): New private member variable.          (bound): New private member variable.
45          (DatagramSocket): Fixed documentation, use getImpl().          (DatagramSocket): Fixed documentation, use getImpl().

Legend:
Removed from v.1.1677  
changed lines
  Added in v.1.1678

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26