public void startInputClient() throws Exception {
   if (inputClient != null) {
     inputClient.start();
   }
 }