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 CommandProcessor
AgentConfigManager. agent
protected CommandProcessor
BaseAgent. agent
Deprecated.Methods in org.snmp4j.agent that return CommandProcessor Modifier and Type Method Description protected CommandProcessor
AgentConfigManager. createCommandProcessor(org.snmp4j.smi.OctetString engineID)
Creates the command processor.CommandProcessor
BaseAgent. getAgent()
Deprecated.Methods in org.snmp4j.agent with parameters of type CommandProcessor Modifier and Type Method Description protected ProxyForwarder
AgentConfigManager. createProxyForwarder(CommandProcessor agent)
Creates and registers the default proxy forwarder application (ProxyForwarderImpl
).void
BaseAgent. 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.
-