Class ResponsePdu


public class ResponsePdu extends Pdu
This class represents the ASN SNMP Response PDU object. This class should be used when responding to an incoming request via a ListeningContext. Note that you should use the port of the RequestPduEvent (getHostPort()) when creating a SnmpContext.

This class is not used when request are sent out by the stack and a response is received. In that case the OIDs of the response are integrated into the original request PDU.

For SNMPv3: The sender of a response PDU acts as the authoritative engine.

Since:
4_14
Version:
$Revision: 3.6 $ $Date: 2006/11/30 14:45:50 $
Author:
Birgit Arkesteijn
See Also: