Interface ProxyForwarder

All Known Implementing Classes:
ProxyForwarderImpl

public interface ProxyForwarder
The ProxyForwarder class represents a proxy forwarder instance as defined by RFC 3413.
Version:
1.0
Author:
Frank Fock
  • Field Details

  • Method Details

    • forward

      boolean forward(ProxyForwardRequest request)
      Forwards a Request if it matches the criteria defined by the SNMP-PROXY-MIB associated with this proxy forwarder.
      Parameters:
      request - the proxy forward request. If the request has been forwarded successfully to a single target, then the responsePDU will be set to the response PDU received from the target entity.
      Returns:
      true if the request has been forwarded, false otherwise.