Uses of Class
org.snmp4j.agent.ProxyForwardRequest
Packages that use ProxyForwardRequest
-
Uses of ProxyForwardRequest in org.snmp4j.agent
Methods in org.snmp4j.agent with parameters of type ProxyForwardRequestModifier and TypeMethodDescription<A extends org.snmp4j.smi.Address>
booleanProxyForwarder.forward
(ProxyForwardRequest<A> request) Forwards aRequest
if 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 ProxyForwardRequestModifier and TypeMethodDescription<A extends org.snmp4j.smi.Address>
booleanProxyForwarderImpl.forward
(ProxyForwardRequest<A> request) Forwards aRequest
if it matches the criteria defined by the SNMP-PROXY-MIB associated with this proxy forwarder.protected List<SnmpProxyMIB.SnmpProxyRow>
ProxyForwarderImpl.getMatches
(ProxyForwardRequest<?> request) protected boolean
ProxyForwarderImpl.matchParameters
(ProxyForwardRequest<?> request, org.snmp4j.smi.OctetString paramIn) protected <A extends org.snmp4j.smi.Address>
booleanProxyForwarderImpl.multipleForward
(ProxyForwardRequest<A> 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 <A extends org.snmp4j.smi.Address>
org.snmp4j.event.ResponseEvent<A>ProxyForwarderImpl.singleForward
(ProxyForwardRequest<A> request)