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 classSimpleMessageIDTheSimpleMessageIDimplements the simplest possibleMessageIDwith a minimum memory footprint.classTimedMessageIDTheTimedMessageIDadds 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. retryMsgIDsMethods in org.snmp4j.mp that return MessageID Modifier and Type Method Description static MessageIDStateReference. createMessageID(int msgID)MessageIDStateReference. 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 booleanStateReference. isMatchingMessageID(MessageID msgID)StateReference<?>MPv3.Cache. popEntry(MessageID messageID)Pop the cache entry with the supplied ID from the cache.voidStateReference. setMsgID(MessageID msgID)Method parameters in org.snmp4j.mp with type arguments of type MessageID Modifier and Type Method Description voidStateReference. addMessageIDs(java.util.List<MessageID> msgIDs)
-