Uses of Class
org.snmp4j.agent.ProxyForwardRequest
-
Packages that use ProxyForwardRequest Package Description org.snmp4j.agent org.snmp4j.agent.mo.snmp -
-
Uses of ProxyForwardRequest in org.snmp4j.agent
Methods in org.snmp4j.agent with parameters of type ProxyForwardRequest Modifier and Type Method Description booleanProxyForwarder. forward(ProxyForwardRequest request)Forwards aRequestif it matches the criteria defined by the SNMP-PROXY-MIB associated with this proxy forwarder. -
Uses of ProxyForwardRequest in org.snmp4j.agent.mo.snmp
Methods in org.snmp4j.agent.mo.snmp with parameters of type ProxyForwardRequest Modifier and Type Method Description booleanProxyForwarderImpl. forward(ProxyForwardRequest request)Forwards aRequestif it matches the criteria defined by the SNMP-PROXY-MIB associated with this proxy forwarder.protected java.util.ListProxyForwarderImpl. getMatches(ProxyForwardRequest request)protected booleanProxyForwarderImpl. matchParameters(ProxyForwardRequest request, org.snmp4j.smi.OctetString paramIn)protected booleanProxyForwarderImpl. multipleForward(ProxyForwardRequest request)protected voidProxyForwarderImpl. proxyForwardTranslation(ProxyForwardRequest request, org.snmp4j.PDU source, org.snmp4j.PDU target)Translates a source PDU into the supplied target PDU.protected org.snmp4j.event.ResponseEventProxyForwarderImpl. singleForward(ProxyForwardRequest request)
-