Constructeurs
public ServerSocket(int port) throws
BindException, IOException
public ServerSocket(int port, int
queueLength) throws BindException,
IOException
public ServerSocket(int port, int
queueLength, InetAddress bindAddress) throws
IOException
Ces constructeurs associent un port et une
adresse au ServerSocket l’usage du port est
exclusif et si le port est déjà occupé une
exception est lancée
public ServerSocket( ) throws IOException
H. Fauconnier M2-Internet Java 3