Package 

Class WebSocketReceiver

    • Method Summary

      Modifier and Type Method Description
      void start(String threadName) Starts up the WebSocketReceiver's thread
      void stop() Stops this WebSocketReceiver's thread.
      void run()
      boolean isRunning()
      boolean isReceiving() Returns the receiving state.
      • Methods inherited from class java.lang.Object

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

      • start

         void start(String threadName)

        Starts up the WebSocketReceiver's thread

        Parameters:
        threadName - The name of the thread
      • stop

         void stop()

        Stops this WebSocketReceiver's thread. This call will block.

      • run

         void run()
      • isReceiving

         boolean isReceiving()

        Returns the receiving state.