InetAddress IPaddress = InetAddress.getByName(ipaddr);
ServerSocket serverSocket = new ServerSocket(Integer.parseInt(serverPort, 0, IPaddress);