Generated by
JDiff

Class java.net.DatagramSocket

Documentation changed from old to new.

Added Methods
void setDatagramSocketImplFactory(DatagramSocketImplFactory) Sets the datagram socket implementation factory for the application.
 

Changed Methods
InetAddress getLocalAddress() Documentation changed from old to new.
Gets the local address to which the socket is bound.
int getReceiveBufferSize() Documentation changed from old to new.
Get value of the SO_RCVBUF option for this DatagramSocket that is the buffer size used by the platform for input on this DatagramSocket.
int getSendBufferSize() Documentation changed from old to new.
Get value of the SO_SNDBUF option for this DatagramSocket that is the buffer size used by the platform for output on this DatagramSocket.
int getSoTimeout() Documentation changed from old to new.
Retrive setting for SO_TIMEOUT.
void setReceiveBufferSize(int) Documentation changed from old to new.
Sets the SO_RCVBUF option to the specified value for this DatagramSocket.
void setSendBufferSize(int) Documentation changed from old to new.
Sets the SO_SNDBUF option to the specified value for this DatagramSocket.
void setSoTimeout(int) Documentation changed from old to new.
Enable/disable SO_TIMEOUT with the specified timeout in milliseconds.