Class ReliableMulticast.LastSeqnoResender

  • Enclosing class:
    ReliableMulticast

    protected class ReliableMulticast.LastSeqnoResender
    extends java.lang.Object
    Class which is called by RetransmitTask to resend the last seqno sent (if resend_last_seqno is enabled)
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.concurrent.atomic.AtomicBoolean skip_next_send  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected LastSeqnoResender()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void execute()  
      protected void skipNext()  
      • Methods inherited from class java.lang.Object

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

      • skip_next_send

        protected final java.util.concurrent.atomic.AtomicBoolean skip_next_send
    • Constructor Detail

      • LastSeqnoResender

        protected LastSeqnoResender()
    • Method Detail

      • skipNext

        protected void skipNext()
      • execute

        protected void execute()