147148149150151152153154
* * @param port * @throws IOException */ public void listenForClients(final int port) throws IOException { preferencesServer = new PreferencesServer(this); preferencesServer.listen(port, true); }