Uses of Enum Class
org.snmp4j.SNMP4JSettings.ReportSecurityLevelStrategy
Packages that use SNMP4JSettings.ReportSecurityLevelStrategy
Package
Description
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.ReportSecurityLevelStrategyModifier and TypeFieldDescriptionprivate static SNMP4JSettings.ReportSecurityLevelStrategySNMP4JSettings.reportSecurityLevelStrategyThis flag enables/disables (default) whether REPORT PDUs should be send by a command responder with securityLevelSecurityLevel.noAuthNoPrivif otherwise the command generator would not able to receive thePDU.REPORT.Methods in org.snmp4j that return SNMP4JSettings.ReportSecurityLevelStrategyModifier and TypeMethodDescriptionSNMP4JSettings.getReportSecurityLevelStrategy()Returns the enum constant of this class with the specified name.SNMP4JSettings.ReportSecurityLevelStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.snmp4j with parameters of type SNMP4JSettings.ReportSecurityLevelStrategyModifier and TypeMethodDescriptionstatic voidSNMP4JSettings.setReportSecurityLevelStrategy(SNMP4JSettings.ReportSecurityLevelStrategy reportSecurityLevelStrategy)