|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Changed Methods | ||
void bind(int, |
Documentation changed from old to new. |
Binds a datagram socket to a local port and address. |
void create() |
Documentation changed from old to new. |
Creates a datagram socket. |
FileDescriptor getFileDescriptor() |
Documentation changed from old to new. |
Gets the datagram socket file descriptor. |
int getLocalPort() |
Documentation changed from old to new. |
Gets the local port. |
byte getTTL() |
Documentation changed from old to new. |
use getTimeToLive instead. |
int getTimeToLive() |
Documentation changed from old to new. |
Retrieve the TTL (time-to-live) option. |
void join(InetAddress ) |
Documentation changed from old to new. |
Join the multicast group. |
void leave(InetAddress ) |
Documentation changed from old to new. |
Leave the multicast group. |
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. |
void setTTL(byte ) |
Documentation changed from old to new. |
use setTimeToLive instead. |
void setTimeToLive(int ) |
Documentation changed from old to new. |
Set the TTL (time-to-live) option. |
Changed Fields | ||
FileDescriptor fd |
Documentation changed from old to new. |
The file descriptor object. |
int localPort |
Documentation changed from old to new. |
The local port number. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |