1213141516171819
private final ConnectionHandler handler; public Server(int port) throws IOException { this.port = port; handler = new ConnectionHandler(port); }