Example #1
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);
 }