Example #1
0
 @Override
 public void close() {
   for (DRPCInvocationsClient client : _clients) {
     client.close();
   }
 }