Uses of Class
org.snmp4j.agent.mo.snmp.SnmpProxyMIB
Packages that use SnmpProxyMIB
-
Uses of SnmpProxyMIB in org.snmp4j.agent
Fields in org.snmp4j.agent declared as SnmpProxyMIBModifier and TypeFieldDescriptionprotected SnmpProxyMIB
AgentConfigManager.proxyMIB
protected SnmpProxyMIB
BaseAgent.snmpProxyMIB
Methods in org.snmp4j.agent that return SnmpProxyMIB -
Uses of SnmpProxyMIB in org.snmp4j.agent.mo.snmp
Constructors in org.snmp4j.agent.mo.snmp with parameters of type SnmpProxyMIBModifierConstructorDescriptionProxyForwarderImpl
(org.snmp4j.Session session, SnmpProxyMIB proxyMIB, SnmpTargetMIB targetMIB) Creates aProxyForwarder
implementation based on a SNMP session used to send the notifications and a SNMP-PROXY-MIB and a SNMP-TARGET-MIB implementation used for its configuration.