Uses of Class
org.snmp4j.agent.mo.snmp.SnmpProxyMIB.SnmpProxyRow
-
Packages that use SnmpProxyMIB.SnmpProxyRow Package Description org.snmp4j.agent.mo.snmp -
-
Uses of SnmpProxyMIB.SnmpProxyRow in org.snmp4j.agent.mo.snmp
Methods in org.snmp4j.agent.mo.snmp that return SnmpProxyMIB.SnmpProxyRow Modifier and Type Method Description SnmpProxyMIB.SnmpProxyRow
SnmpProxyMIB. removeProxyEntry(org.snmp4j.smi.OctetString name)
Removes the proxy entry with the specified name.Methods in org.snmp4j.agent.mo.snmp that return types with arguments of type SnmpProxyMIB.SnmpProxyRow Modifier and Type Method Description protected List<SnmpProxyMIB.SnmpProxyRow>
ProxyForwarderImpl. getMatches(ProxyForwardRequest<?> request)
List<SnmpProxyMIB.SnmpProxyRow>
SnmpProxyMIB. getProxyRows(int proxyType, org.snmp4j.smi.OctetString contextEngineID, org.snmp4j.smi.OctetString context)
MOTable<SnmpProxyMIB.SnmpProxyRow,MOColumn,DefaultMOMutableTableModel<SnmpProxyMIB.SnmpProxyRow>>
SnmpProxyMIB. getSnmpProxyEntry()
Returns the proxy configuration table defined as "snmpProxyTable".MOTable<SnmpProxyMIB.SnmpProxyRow,MOColumn,DefaultMOMutableTableModel<SnmpProxyMIB.SnmpProxyRow>>
SnmpProxyMIB. getSnmpProxyEntry()
Returns the proxy configuration table defined as "snmpProxyTable".
-