Uses of Interface
org.snmp4j.mp.MessageID
-
Packages that use MessageID Package Description org.snmp4j.mp Provides classes and interfaces for the SNMP message processing. -
-
Uses of MessageID in org.snmp4j.mp
Classes in org.snmp4j.mp that implement MessageID Modifier and Type Class Description class
SimpleMessageID
TheSimpleMessageID
implements the simplest possibleMessageID
with a minimum memory footprint.class
TimedMessageID
TheTimedMessageID
adds system time information to the message ID that allows to measure response times and detect lost messages with SNMPv3.Fields in org.snmp4j.mp with type parameters of type MessageID Modifier and Type Field Description protected java.util.List<MessageID>
StateReference. retryMsgIDs
Methods in org.snmp4j.mp that return MessageID Modifier and Type Method Description static MessageID
StateReference. createMessageID(int msgID)
MessageID
StateReference. getMsgID()
Methods in org.snmp4j.mp that return types with arguments of type MessageID Modifier and Type Method Description java.util.List<MessageID>
StateReference. getMessageIDs()
Methods in org.snmp4j.mp with parameters of type MessageID Modifier and Type Method Description StateReference<?>
MPv3.Cache. getEntry(MessageID messageID, boolean removeFoundEntry)
Gets the cache entry with the supplied ID from the cache.protected boolean
StateReference. isMatchingMessageID(MessageID msgID)
StateReference<?>
MPv3.Cache. popEntry(MessageID messageID)
Pop the cache entry with the supplied ID from the cache.void
StateReference. setMsgID(MessageID msgID)
Method parameters in org.snmp4j.mp with type arguments of type MessageID Modifier and Type Method Description void
StateReference. addMessageIDs(java.util.List<MessageID> msgIDs)
-