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