Uses of Class
org.snmp4j.SNMP4JSettings.ReportSecurityLevelStrategy
-
Packages that use SNMP4JSettings.ReportSecurityLevelStrategy Package Description org.snmp4j Provides classes and interfaces for creating, sending, and receiving SNMP messages. -
-
Uses of SNMP4JSettings.ReportSecurityLevelStrategy in org.snmp4j
Fields in org.snmp4j declared as SNMP4JSettings.ReportSecurityLevelStrategy Modifier and Type Field Description private static SNMP4JSettings.ReportSecurityLevelStrategy
SNMP4JSettings. reportSecurityLevelStrategy
This flag enables/disables (default) whether REPORT PDUs should be send by a command responder with securityLevelSecurityLevel.noAuthNoPriv
if otherwise the command generator would not able to receive thePDU.REPORT
.Methods in org.snmp4j that return SNMP4JSettings.ReportSecurityLevelStrategy Modifier and Type Method 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.Methods in org.snmp4j with parameters of type SNMP4JSettings.ReportSecurityLevelStrategy Modifier and Type Method Description static void
SNMP4JSettings. setReportSecurityLevelStrategy(SNMP4JSettings.ReportSecurityLevelStrategy reportSecurityLevelStrategy)
-