public final class Ack
extends java.lang.Object
implements scala.Product, scala.Serializable
param: cumulativeAck Represents the highest sequence number received. param: nacks Set of sequence numbers between the last delivered one and cumulativeAck that has been not yet received.
Constructor and Description |
---|
Ack(SeqNo cumulativeAck,
scala.collection.immutable.Set<SeqNo> nacks) |
Modifier and Type | Method and Description |
---|---|
SeqNo |
cumulativeAck() |
scala.collection.immutable.Set<SeqNo> |
nacks() |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait