org.snmp4j.agent
Class ProxyForwardRequest
java.lang.Object
org.snmp4j.agent.ProxyForwardRequest
public class ProxyForwardRequest
- extends java.lang.Object
To (proxy) forward a request or notification to a target, the
original command responder event, the context engine ID, and context
are required information. A response PDU is returned which has to
be send to request originator for confirmed class PDUs.
- Version:
- 1.8.3
- Author:
- Frank Fock
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ProxyForwardRequest
public ProxyForwardRequest(org.snmp4j.CommandResponderEvent commandEvent,
CoexistenceInfo coexistenceInfo)
getCommandEvent
public org.snmp4j.CommandResponderEvent getCommandEvent()
setResponsePDU
public void setResponsePDU(org.snmp4j.PDU responsePDU)
getResponsePDU
public org.snmp4j.PDU getResponsePDU()
getContextEngineID
public org.snmp4j.smi.OctetString getContextEngineID()
getContext
public org.snmp4j.smi.OctetString getContext()
getSecurityName
public org.snmp4j.smi.OctetString getSecurityName()
getCoexistenceInfo
public CoexistenceInfo getCoexistenceInfo()
getProxyType
public int getProxyType()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2011 SNMP4J.org. All Rights Reserved.