Class LnPacketizerStrict.RcvHandlerStrict

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

    protected class LnPacketizerStrict.RcvHandlerStrict
    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 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