Пример #1
0
 public void startInputClient() throws Exception {
   if (inputClient != null) {
     inputClient.start();
   }
 }