Uses of Class
org.snmp4j.agent.mo.snmp.SnmpProxyMIB
-
Packages that use SnmpProxyMIB Package Description org.snmp4j.agent org.snmp4j.agent.mo.snmp -
-
Uses of SnmpProxyMIB in org.snmp4j.agent
Fields in org.snmp4j.agent declared as SnmpProxyMIB Modifier and Type Field Description protected SnmpProxyMIBAgentConfigManager. proxyMIBprotected SnmpProxyMIBBaseAgent. snmpProxyMIBDeprecated.Methods in org.snmp4j.agent that return SnmpProxyMIB Modifier and Type Method Description SnmpProxyMIBBaseAgent. getSnmpProxyMIB()Deprecated. -
Uses of SnmpProxyMIB in org.snmp4j.agent.mo.snmp
Constructors in org.snmp4j.agent.mo.snmp with parameters of type SnmpProxyMIB Constructor Description ProxyForwarderImpl(org.snmp4j.Session session, SnmpProxyMIB proxyMIB, SnmpTargetMIB targetMIB)Creates aProxyForwarderimplementation 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.
-