Class HelloOk


  • public class HelloOk
    extends State
    • Method Detail

      • init

        public void init()
        Specified by:
        init in class State
      • processMsg

        public void processMsg​(byte[] msg)
                        throws java.lang.IllegalStateException
        Specified by:
        processMsg in class State
        Throws:
        java.lang.IllegalStateException
      • nextState

        protected void nextState()
        Specified by:
        nextState in class State
      • timedOut

        protected void timedOut​(TimeoutTimer timer)
        Description copied from class: State
        what should happen if a timer times out
        Specified by:
        timedOut in class State
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object