|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Added Methods | |
void connect(InetAddress, |
Connects a datagram socket to a remote destination. |
void disconnect() |
Disconnects a datagram socket from its remote destination. |
void joinGroup(SocketAddress, |
Join the multicast group. |
void leaveGroup(SocketAddress, |
Leave the multicast group. |
int peekData(DatagramPacket ) |
Peek at the packet to see who it is from. |
Changed Methods | ||
int peek(InetAddress ) |
Documentation changed from old to new. |
Peek at the packet to see who it is from. |
void receive(DatagramPacket ) |
Documentation changed from old to new. |
Receive the datagram packet. |
void send(DatagramPacket ) |
Documentation changed from old to new. |
Sends a datagram packet. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |