April 05
Prof. Ismael H. F. Santos -
ismael@tecgraf.puc-rio.br
2
TCP Server Sockets
n
java.net.ServerSocket
class
n
Binds to a local port to listen for initial
connections
n
Can be bound to a local IP for multi-homed
machines
n
accept()
method returns a
java.net.Socket
, not an integer descriptor