Class LnPacketizer.RcvHandler

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

    protected class LnPacketizer.RcvHandler
    extends java.lang.Object
    implements java.lang.Runnable
    Captive class to handle incoming characters. This is a permanent loop, looking for input messages in character form on the stream connected to the LnPortController via connectPort.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()
      Handle incoming characters.
      • Methods inherited from class java.lang.Object

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

      • run

        public void run()
        Handle incoming characters. This is a permanent loop, looking for input messages in character form on the stream connected to the LnPortController via connectPort. Terminates with the input stream breaking out of the try block.
        Specified by:
        run in interface java.lang.Runnable