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 CommandProcessorAgentConfigManager.agentprotected CommandProcessorBaseAgent.agentDeprecated.Methods in org.snmp4j.agent that return CommandProcessorModifier and TypeMethodDescriptionprotected CommandProcessorAgentConfigManager.createCommandProcessor(org.snmp4j.smi.OctetString engineID) Creates the command processor.BaseAgent.getAgent()Deprecated.Methods in org.snmp4j.agent with parameters of type CommandProcessorModifier and TypeMethodDescriptionprotected 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 CommandProcessorModifierConstructorDescriptionprotectedBaseAgent(File bootCounterFile, File configFile, CommandProcessor commandProcessor) Deprecated.Creates a base agent with boot-counter, config file, and a CommandProcessor for processing SNMP requests.