Uses of Class
org.snmp4j.agent.CommandProcessor
-
Packages that use CommandProcessor Package Description org.snmp4j.agent -
-
Uses of CommandProcessor in org.snmp4j.agent
Fields in org.snmp4j.agent declared as CommandProcessor Modifier and Type Field Description protected CommandProcessorAgentConfigManager. agentprotected CommandProcessorBaseAgent. agentDeprecated.Methods in org.snmp4j.agent that return CommandProcessor Modifier and Type Method Description protected CommandProcessorAgentConfigManager. createCommandProcessor(org.snmp4j.smi.OctetString engineID)Creates the command processor.CommandProcessorBaseAgent. getAgent()Deprecated.Methods in org.snmp4j.agent with parameters of type CommandProcessor Modifier and Type Method Description protected ProxyForwarderAgentConfigManager. createProxyForwarder(CommandProcessor agent)Creates and registers the default proxy forwarder application (ProxyForwarderImpl).voidBaseAgent. setAgent(CommandProcessor agent)Deprecated.Constructors in org.snmp4j.agent with parameters of type CommandProcessor Constructor Description BaseAgent(File bootCounterFile, File configFile, CommandProcessor commandProcessor)Deprecated.Creates a base agent with boot-counter, config file, and a CommandProcessor for processing SNMP requests.
-