Uses of Interface
org.snmp4j.mp.MessageID
Packages that use MessageID
-
Uses of MessageID in org.snmp4j.mp
Classes in org.snmp4j.mp that implement MessageIDModifier and TypeClassDescriptionclass
TheSimpleMessageID
implements the simplest possibleMessageID
with a minimum memory footprint.class
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 MessageIDMethods in org.snmp4j.mp that return MessageIDModifier and TypeMethodDescriptionstatic MessageID
StateReference.createMessageID(int msgID)
StateReference.getMsgID()
Methods in org.snmp4j.mp that return types with arguments of type MessageIDMethods in org.snmp4j.mp with parameters of type MessageIDModifier and TypeMethodDescriptionGets the cache entry with the supplied ID from the cache.protected boolean
StateReference.isMatchingMessageID(MessageID msgID)
Pop the cache entry with the supplied ID from the cache.void
Method parameters in org.snmp4j.mp with type arguments of type MessageID