Package | Description |
---|---|
org.snmp4j.agent | |
org.snmp4j.agent.mo.snmp |
Modifier and Type | Method and Description |
---|---|
boolean |
ProxyForwarder.forward(ProxyForwardRequest request)
Forwards a
Request if it matches the criteria defined
by the SNMP-PROXY-MIB associated with this proxy forwarder. |
Modifier and Type | Method and Description |
---|---|
boolean |
ProxyForwarderImpl.forward(ProxyForwardRequest request)
Forwards a
Request if it matches the criteria defined by the
SNMP-PROXY-MIB associated with this proxy forwarder. |
protected List |
ProxyForwarderImpl.getMatches(ProxyForwardRequest request) |
protected boolean |
ProxyForwarderImpl.matchParameters(ProxyForwardRequest request,
org.snmp4j.smi.OctetString paramIn) |
protected boolean |
ProxyForwarderImpl.multipleForward(ProxyForwardRequest request) |
protected void |
ProxyForwarderImpl.proxyForwardTranslation(ProxyForwardRequest request,
org.snmp4j.PDU source,
org.snmp4j.PDU target)
Translates a source PDU into the supplied target PDU.
|
protected org.snmp4j.event.ResponseEvent |
ProxyForwarderImpl.singleForward(ProxyForwardRequest request) |
Copyright © 2017 SNMP4J.org. All rights reserved.