Class MulticastTester


  • public class MulticastTester
    extends java.lang.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 java.lang.String HELP_OPTION
      • PORT_OPTION

        public static final java.lang.String PORT_OPTION
      • ADDRESS_OPTION

        public static final java.lang.String ADDRESS_OPTION
      • BIND_OPTION

        public static final java.lang.String BIND_OPTION
      • TTL_OPTION

        public static final java.lang.String TTL_OPTION
      • WAIT_PERIOD_OPTION

        public static final java.lang.String WAIT_PERIOD_OPTION
      • TIMEOUT_OPTION

        public static final java.lang.String TIMEOUT_OPTION
      • DEBUG_OPTION

        public static final java.lang.String DEBUG_OPTION
    • Constructor Detail

      • MulticastTester

        public MulticastTester()
    • Method Detail

      • run

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

        public static void main​(java.lang.String[] args)