public class TimedMessageID extends SimpleMessageID
TimedMessageID
adds system time information to the message ID that allows
to measure response times and detect lost messages with SNMPv3.Constructor and Description |
---|
TimedMessageID(int messageID) |
Modifier and Type | Method and Description |
---|---|
long |
getCreationNanoTime()
Gets the
System.nanoTime() when this message ID object has been created. |
String |
toString() |
equals, getID, hashCode
public long getCreationNanoTime()
System.nanoTime()
when this message ID object has been created.public String toString()
toString
in class SimpleMessageID
Copyright © 2020 SNMP4J.org. All rights reserved.