Uses of Enum Class
org.snmp4j.SNMP4JSettings.Snmp4jConfirmedRequestEmptyContextEngineIdStrategy
Packages that use SNMP4JSettings.Snmp4jConfirmedRequestEmptyContextEngineIdStrategy
Package
Description
Provides classes and interfaces for creating, sending, and receiving SNMP
messages.
-
Uses of SNMP4JSettings.Snmp4jConfirmedRequestEmptyContextEngineIdStrategy in org.snmp4j
Methods in org.snmp4j that return SNMP4JSettings.Snmp4jConfirmedRequestEmptyContextEngineIdStrategyModifier and TypeMethodDescriptionSNMP4JSettings.getEmptyContextEngineIdStrategy()Retrieves the strategy used for handling empty context engine IDs within SNMP4J confirmed requests.Returns the enum constant of this class with the specified name.SNMP4JSettings.Snmp4jConfirmedRequestEmptyContextEngineIdStrategy.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.Snmp4jConfirmedRequestEmptyContextEngineIdStrategyModifier and TypeMethodDescriptionstatic voidSNMP4JSettings.setEmptyContextEngineIdStrategy(SNMP4JSettings.Snmp4jConfirmedRequestEmptyContextEngineIdStrategy emptyContextEngineIdStrategy) Sets the strategy to be used when handling empty context engine IDs in SNMP4J confirmed requests.