Exemple #1
0
 public void init() throws Exception {
   super.init();
   dest_addr = InetAddress.getByName(dest);
   if (log.isDebugEnabled()) log.debug("listening on " + bind_port);
 }
Exemple #2
0
 public void init() throws Exception {
   super.init();
   if (log.isDebugEnabled())
     log.debug(
         "bind_addr=" + bind_addr + " mcast_addr=" + mcast_addr + ", mcast_port=" + mcast_port);
 }