示例#1
0
 public static void main(String[] argv) throws Exception {
   Client client = new Client();
   client.start();
   client.end();
 }