Class MulticastTester


  • public class MulticastTester
    extends Object
    Collects user parameters and starts/stops the sender and receiver threads. This can be run directly with the main() method or can be wrapped in another tool using the run() method.
    • Field Detail

      • HELP_OPTION

        public static final String HELP_OPTION
      • PORT_OPTION

        public static final String PORT_OPTION
      • ADDRESS_OPTION

        public static final String ADDRESS_OPTION
      • BIND_OPTION

        public static final String BIND_OPTION
      • TTL_OPTION

        public static final String TTL_OPTION
      • WAIT_PERIOD_OPTION

        public static final String WAIT_PERIOD_OPTION
      • TIMEOUT_OPTION

        public static final String TIMEOUT_OPTION
      • DEBUG_OPTION

        public static final String DEBUG_OPTION
    • Constructor Detail

      • MulticastTester

        public MulticastTester()
    • Method Detail

      • run

        public int run​(String[] args)
      • main

        public static void main​(String[] args)