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