public class RetransmissionInfo
extends java.lang.Object
| Constructor and Description |
|---|
RetransmissionInfo() |
| Modifier and Type | Method and Description |
|---|---|
long |
count() |
long |
fromSeqNo() |
protected void |
initRequest(long timestampInNs,
long fromSeqNo,
long count) |
void |
reject(java.lang.Object rejectionCode)
Call this method to reject the retransmit request.
|
java.lang.Object |
rejectionCode()
Gets the rejection code of the retransmission request is invalid or null otherwise.
|
long |
timestampInNs() |
public void reject(java.lang.Object rejectionCode)
rejectionCode - the code to return to the user.java.lang.IllegalArgumentException - if the rejectionCode isn't the correct reject code.public java.lang.Object rejectionCode()
public long timestampInNs()
public long fromSeqNo()
public long count()
protected void initRequest(long timestampInNs,
long fromSeqNo,
long count)
Copyright © 2015-2022 Real Logic Limited. All Rights Reserved.