Package | Description |
---|---|
org.snmp4j.mp |
Provides classes and interfaces for the SNMP message processing.
|
Modifier and Type | Class | 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 | Description |
---|---|---|
protected java.util.List<MessageID> |
StateReference.retryMsgIDs |
Modifier and Type | Method | Description |
---|---|---|
protected MessageID |
StateReference.createMessageID(int msgID) |
|
MessageID |
StateReference.getMsgID() |
Modifier and Type | Method | Description |
---|---|---|
java.util.List<MessageID> |
StateReference.getMessageIDs() |
Modifier and Type | Method | Description |
---|---|---|
protected boolean |
StateReference.isMatchingMessageID(MessageID msgID) |
|
void |
StateReference.setMsgID(MessageID msgID) |
Modifier and Type | Method | Description |
---|---|---|
void |
StateReference.addMessageIDs(java.util.List<MessageID> msgIDs) |
Copyright © 2018 SNMP4J.org. All rights reserved.