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 TypeClassDescriptionclassTheSimpleMessageIDimplements the simplest possibleMessageIDwith a minimum memory footprint.classTheTimedMessageIDadds system time information to the message ID that allows to measure response times and detect lost messages with SNMPv3.Fields in org.snmp4j.mp declared as MessageIDFields in org.snmp4j.mp with type parameters of type MessageIDModifier and TypeFieldDescriptionprivate Map<MessageID, WeakReference<PduHandle>> MPv3.Cache.msgIdToPduHandleMappingStateReference.retryMsgIDsMethods in org.snmp4j.mp that return MessageIDModifier and TypeMethodDescriptionstatic MessageIDStateReference.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 booleanStateReference.isMatchingMessageID(MessageID msgID) Pop the cache entry with the supplied ID from the cache.voidMethod parameters in org.snmp4j.mp with type arguments of type MessageID