Class V1TrapInformation


  • public class V1TrapInformation
    extends TrapInformation
    V1 trap element for processing by the queue reader
    • Constructor Detail

      • V1TrapInformation

        public V1TrapInformation​(java.net.InetAddress agent,
                                 java.lang.String community,
                                 SnmpPduTrap 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.