Class AgentXNotifyPDU

All Implemented Interfaces:
Serializable

public class AgentXNotifyPDU extends AgentXVariableBindingPDU
The AgentXNotifyPDU represents the agentx-Notify-PDU defined by RFC 2741.
See Also:
  • Constructor Details

    • AgentXNotifyPDU

      public AgentXNotifyPDU(org.snmp4j.smi.OctetString context, org.snmp4j.smi.VariableBinding[] vbs)
      Creates a AgentXNotifyPDU.
      Parameters:
      context - the SNMPv3 context.
      vbs - the VariableBindings of the notification (including trap OID, etc.).
    • AgentXNotifyPDU

      public AgentXNotifyPDU(AgentXMessageHeader header)
      Parameters:
      header - the message header.