Class MulticastSenderThread

  • All Implemented Interfaces:
    Runnable

    public class MulticastSenderThread
    extends Thread
    Used to periodically send multicast messages.
    • Constructor Detail

      • MulticastSenderThread

        public MulticastSenderThread​(int mcPort,
                                     String mcAddress,
                                     String bindInterface,
                                     int ttl,
                                     long msgPeriodInMillis,
                                     boolean debug,
                                     String dataString)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface Runnable
        Overrides:
        run in class Thread