Class UDP.UcastReceiver

  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    UDP

    public class UDP.UcastReceiver
    extends java.lang.Object
    implements java.lang.Runnable
    • Constructor Summary

      Constructors 
      Constructor Description
      UcastReceiver()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Thread getThread()  
      void run()  
      void start()  
      void stop()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • UCAST_RECEIVER_THREAD_NAME

        public static final java.lang.String UCAST_RECEIVER_THREAD_NAME
        See Also:
        Constant Field Values
    • Constructor Detail

      • UcastReceiver

        public UcastReceiver()
    • Method Detail

      • getThread

        public java.lang.Thread getThread()
      • start

        public void start()
      • stop

        public void stop()
      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable