- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
if( str.substring(0,3).equals("110")){
//restarting client
c.close();
Thread.sleep(100);
main(args);
System.gc();
System.exit(1);
}