Class AgentXGetNextPDU

All Implemented Interfaces:
Serializable

public class AgentXGetNextPDU extends AgentXRequestPDU
The AgentXGetNextPDU represents the agentx-GetNext-PDU defined by RFC 2741.
See Also:
  • Constructor Details

    • AgentXGetNextPDU

      public AgentXGetNextPDU(org.snmp4j.smi.OctetString context, org.snmp4j.agent.MOScope[] ranges)
      Creates a AgentXGetNextPDU.
      Parameters:
      context - the SNMPv3 context.
      ranges - the request OID search ranges.
    • AgentXGetNextPDU

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