Class V2TrapInformation


  • public class V2TrapInformation
    extends TrapInformation
    V2 Trap information object for processing by the queue reader
    • Constructor Detail

      • V2TrapInformation

        public V2TrapInformation​(java.net.InetAddress agent,
                                 java.lang.String community,
                                 SnmpPduPacket pdu)
        Constructs a new trap information instance that contains the sending agent, the community string, and the Protocol Data Unit.
        Parameters:
        agent - The sending agent's address
        community - The community string from the SNMP packet.
        pdu - The encapsulated Protocol Data Unit.