Class StreamManagementIOProcessor.OutQueue

    • Constructor Detail

      • OutQueue

        public OutQueue()
    • Method Detail

      • append

        @Deprecated
        public boolean append​(Packet packet,
                              int timeoutInSec)
        Deprecated.
        Append packet to waiting for ack queue
      • append

        public boolean append​(Packet packet,
                              int maxQueueSize,
                              int timeoutInSec)
        Append packet to waiting for ack queue
      • ack

        public void ack​(int value)
        Confirm delivery of packets up to count passed as value
      • setResumptionEnabled

        public void setResumptionEnabled​(boolean enabled)
      • waitingForAck

        public int waitingForAck()
        Returns size of queue containing packets waiting for ack