April 05
Prof. Ismael H. F. Santos -
ismael@tecgraf.puc-rio.br
2
UDP Sockets
n
java.net.DatagramSocket
class
n
Java makes no distinction between
client/server for UDP sockets
n
Connected mode UDP supported in Java 2
n
Can be bound to both a local port & a local IP
address – multi-homed support
n
Supports some socket options (timeout,
buffer size)