691692693694695696697698699700701
else { p = getMyIpAddr(); } if (!TTransport.isValidAddr(s)) continue; new MCastAddrMap(s, p); // instantiation will add new address to the list } } } return GCAST; }
805806807808809810811812813814815
else { p = getMyIpAddr(); } if (!TTransport.isValidAddr(s)) continue; new MCastAddrMap(s, p); } } } return MCAST; }
719720721722723724725726
String mcaddr; String pattern; @Override public int process(int index) { new MCastAddrMap(mcaddr,pattern); // instantiation will append to the list return 0; }