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 Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <A extends org.snmp4j.smi.Address>
    boolean
    Forwards a Request if it matches the criteria defined by the SNMP-PROXY-MIB associated with this proxy forwarder.
  • Field Details

  • Method Details

    • forward

      <A extends org.snmp4j.smi.Address> boolean forward(ProxyForwardRequest<A> request)
      Forwards a Request if it matches the criteria defined by the SNMP-PROXY-MIB associated with this proxy forwarder.
      Type Parameters:
      A - type of the peer Address.
      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.