Package | Description |
---|---|
org.snmp4j |
Provides classes and interfaces for creating, sending, and receiving SNMP
messages.
|
Modifier and Type | Field and Description |
---|---|
private static SNMP4JSettings.ReportSecurityLevelStrategy |
SNMP4JSettings.reportSecurityLevelStrategy
This flag enables/disables (default) whether REPORT PDUs should be send by
a command responder with securityLevel
SecurityLevel.noAuthNoPriv
if otherwise the command generator would not able to receive the PDU.REPORT . |
Modifier and Type | Method and Description |
---|---|
static SNMP4JSettings.ReportSecurityLevelStrategy |
SNMP4JSettings.getReportSecurityLevelStrategy() |
static SNMP4JSettings.ReportSecurityLevelStrategy |
SNMP4JSettings.ReportSecurityLevelStrategy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SNMP4JSettings.ReportSecurityLevelStrategy[] |
SNMP4JSettings.ReportSecurityLevelStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
SNMP4JSettings.setReportSecurityLevelStrategy(SNMP4JSettings.ReportSecurityLevelStrategy reportSecurityLevelStrategy) |