public interface ProxyForwarder
ProxyForwarder
class represents a proxy forwarder instance
as defined by RFC 3413.Modifier and Type | Field and Description |
---|---|
static int |
PROXY_TYPE_ALL |
static int |
PROXY_TYPE_INFORM |
static int |
PROXY_TYPE_NOTIFY |
static int |
PROXY_TYPE_READ |
static int |
PROXY_TYPE_WRITE |
Modifier and Type | Method and Description |
---|---|
boolean |
forward(ProxyForwardRequest request)
Forwards a
Request if it matches the criteria defined
by the SNMP-PROXY-MIB associated with this proxy forwarder. |
static final int PROXY_TYPE_ALL
static final int PROXY_TYPE_READ
static final int PROXY_TYPE_WRITE
static final int PROXY_TYPE_NOTIFY
static final int PROXY_TYPE_INFORM
boolean forward(ProxyForwardRequest request)
Request
if it matches the criteria defined
by the SNMP-PROXY-MIB associated with this proxy forwarder.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.true
if the request has been forwarded, false
otherwise.Copyright © 2020 SNMP4J.org. All rights reserved.