Uses of Class
org.snmp4j.agent.CommandProcessor
Packages that use CommandProcessor
-
Uses of CommandProcessor in org.snmp4j.agent
Fields in org.snmp4j.agent declared as CommandProcessorModifier and TypeFieldDescriptionprotected CommandProcessor
AgentConfigManager.agent
protected CommandProcessor
BaseAgent.agent
Methods in org.snmp4j.agent that return CommandProcessorModifier and TypeMethodDescriptionprotected CommandProcessor
AgentConfigManager.createCommandProcessor
(org.snmp4j.smi.OctetString engineID) Creates the command processor.BaseAgent.getAgent()
Methods in org.snmp4j.agent with parameters of type CommandProcessorModifier and TypeMethodDescriptionprotected ProxyForwarder
AgentConfigManager.createProxyForwarder
(CommandProcessor agent) Creates and registers the default proxy forwarder application (ProxyForwarderImpl
).void
BaseAgent.setAgent
(CommandProcessor agent) Constructors in org.snmp4j.agent with parameters of type CommandProcessorModifierConstructorDescriptionprotected
BaseAgent
(File bootCounterFile, File configFile, CommandProcessor commandProcessor) Creates a base agent with boot-counter, config file, and a CommandProcessor for processing SNMP requests.