Package | Description |
---|---|
org.snmp4j.mp |
Provides classes and interfaces for the SNMP message processing.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleMessageID
The
SimpleMessageID implements the simplest possible MessageID with
a minimum memory footprint. |
class |
TimedMessageID
The
TimedMessageID adds system time information to the message ID that allows
to measure response times and detect lost messages with SNMPv3. |
Modifier and Type | Field and Description |
---|---|
protected List<MessageID> |
StateReference.retryMsgIDs |
Modifier and Type | Method and Description |
---|---|
static MessageID |
StateReference.createMessageID(int msgID) |
MessageID |
StateReference.getMsgID() |
Modifier and Type | Method and Description |
---|---|
List<MessageID> |
StateReference.getMessageIDs() |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
StateReference.addMessageIDs(List<MessageID> msgIDs) |
Copyright © 2021 SNMP4J.org. All rights reserved.