Interface CommandConfirmationHandler


public interface CommandConfirmationHandler
A CommandConfirmationHandler is used by the channel to confirm confirmations of packets.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    called by channel after a confirmation has been received.
  • Method Details

    • commandConfirmed

      void commandConfirmed(Packet packet)
      called by channel after a confirmation has been received.
      Parameters:
      packet - the packet confirmed