Class RequestPduEvent

All Implemented Interfaces:
Serializable

public class RequestPduEvent extends DecodedPduEvent
The RequestPduEvent class. This class is delivered when a pdu is received.

RequestPduEvents are fired in case of a GetRequest, SetRequest, GetNextRequest, GetBulkRequest (SNMPv2c, SNMPv3), Inform (SNMPv2c, SNMPv3) PDU that could be decoded and matched by one of the SnmpContext classes.

Since:
4_14
Version:
$Revision: 1.5 $ $Date: 2006/02/09 14:30:18 $
Author:
Birgit Arkesteijn
See Also:
  • Constructor Details

    • RequestPduEvent

      public RequestPduEvent(Object source, Pdu pdu, int port)
      The constructor for a decoded request pdu event. The SnmpContext classes will fire decoded request pdu events.
      Parameters:
      source - The source (SnmpContext) of the event
      pdu - The pdu
      port - The remote port number of the host where the pdu came from