/[classpath]/classpath/ChangeLog
ViewVC logotype

Diff of /classpath/ChangeLog

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

revision 1.778 by mkoch, Thu Dec 19 10:29:44 2002 UTC revision 1.779 by mkoch, Thu Dec 19 12:21:58 2002 UTC
# Line 1  Line 1 
1  2002-12-19  Michael Koch  <konqueror@gmx.de>  2002-12-19  Michael Koch  <konqueror@gmx.de>
2    
3          * java/net/DatagramSocket.java          * java/net/DatagramSocket.java
4            (factory): New member to store default DatagramSocketFactory object.
5            (bind): New method.
6            (getChannel): New method.
7            (connect): New method.
8            (isBound): New method.
9            (isConnected): New method.
10            (getRemoteSocketAddress): New method.
11            (getLocalSocketAddress): New method.
12            (setReuseAddress): New method.
13            (getReuseAddress): New method.
14            (setBroadcast): New method.
15            (getBroadcast): New method.
16            (setTrafficClass): New method.
17            (getTrafficClass): New method.
18            (setDatagramSocketImplFactory): New method.
19            * java/net/HttpURLConnection.java
20            (HTTP_INTERNAL_ERROR): Code number is 500, not 501.
21            * java/net/ServerSocket.java
22            (bind): Simply call sister method instead of implementing
23            it a second time.
24            
25    2002-12-19  Michael Koch  <konqueror@gmx.de>
26    
27            * java/net/DatagramSocket.java
28          (ch): New member variable to store associated datagram channel.          (ch): New member variable to store associated datagram channel.
29          (DatagramSocket): Added/fixed documentation.          (DatagramSocket): Added/fixed documentation.
30          (close): Fixed documentation.          (close): Fixed documentation.

Legend:
Removed from v.1.778  
changed lines
  Added in v.1.779

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