| 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 |
|---|---|
protected 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) |
void |
StateReference.setMsgID(MessageID msgID) |
| Modifier and Type | Method and Description |
|---|---|
void |
StateReference.addMessageIDs(List<MessageID> msgIDs) |
Copyright © 2016 SNMP4J.org. All Rights Reserved.