public class RequestPduEvent extends DecodedPduEvent
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.
consumed
Constructor and Description |
---|
RequestPduEvent(java.lang.Object source,
Pdu pdu,
int port)
The constructor for a decoded request pdu event.
|
consume, getHostPort, getPdu, isConsumed
public RequestPduEvent(java.lang.Object source, Pdu pdu, int port)
source
- The source (SnmpContext) of the eventpdu
- The pduport
- The remote port number of the host where the pdu came from