1: …… 2: public void function_test() throws IOException { 3: ServerSocket s = new ServerSocket(1122); 4: Socket clientSocket = serverSocket.accept(); 5: …… 6: } 7: ……