Package org.snmp4j.model.snmp.api
Class DefaultSnmpProxyRegistry
java.lang.Object
org.snmp4j.model.snmp.api.DefaultSnmpProxyRegistry
- All Implemented Interfaces:
SnmpProxyRegistry
The
DefaultSnmpProxyRegistry
provides a default registry for Snmp-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetProxy
(SnmpProxyId snmpProxyId) putProxy
(SnmpProxyId snmpProxyId, SnmpProxyObject snmpProxyObject) removeProxy
(SnmpProxyId snmpProxyId)
-
Constructor Details
-
DefaultSnmpProxyRegistry
public DefaultSnmpProxyRegistry()
-
-
Method Details
-
getProxy
- Specified by:
getProxy
in interfaceSnmpProxyRegistry
-
putProxy
- Specified by:
putProxy
in interfaceSnmpProxyRegistry
-
removeProxy
- Specified by:
removeProxy
in interfaceSnmpProxyRegistry
-
getProxyMap
- Specified by:
getProxyMap
in interfaceSnmpProxyRegistry
-