public class AgentXGetBulkPDU extends AgentXRequestPDU
| Modifier and Type | Field and Description |
|---|---|
protected short |
maxRepetitions |
protected short |
nonRepeaters |
rangescontextAGENTX_ADDAGENTCAPS_PDU, AGENTX_CLEANUPSET_PDU, AGENTX_CLOSE_PDU, AGENTX_COMMITSET_PDU, AGENTX_GET_PDU, AGENTX_GETBULK_PDU, AGENTX_GETNEXT_PDU, AGENTX_INDEXALLOCATE_PDU, AGENTX_INDEXDEALLOCATE_PDU, AGENTX_NOTIFY_PDU, AGENTX_OPEN_PDU, AGENTX_PING_PDU, AGENTX_REGISTER_PDU, AGENTX_REMOVEAGENTCAPS_PDU, AGENTX_RESPONSE_PDU, AGENTX_TESTSET_PDU, AGENTX_UNDOSET_PDU, AGENTX_UNREGISTER_PDU, byteOrder, flags, packetID, RESERVED, sessionID, transactionID, type, version| Constructor and Description |
|---|
AgentXGetBulkPDU(AgentXMessageHeader header) |
AgentXGetBulkPDU(org.snmp4j.smi.OctetString context,
short maxRepetitions,
short nonRepeaters,
org.snmp4j.agent.MOScope[] ranges) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
decodeAfterContext(ByteBuffer buf,
int length) |
protected void |
encodeAfterContext(ByteBuffer buf) |
protected int |
getAfterContextLength() |
short |
getMaxRepetitions() |
short |
getNonRepeaters() |
void |
setMaxRepetitions(short maxRepetitions) |
void |
setNonRepeaters(short nonRepeaters) |
protected String |
toStringExtMembers() |
getRanges, sizebeforeEncode, decodePayload, encodePayload, getContext, getPayloadLength, setContextaddFlag, decode, encode, getByteOrder, getFlags, getPacketID, getSessionID, getTransactionID, getType, getVersion, isConfirmedPDU, isFlagSet, main, setByteOrder, setFlags, setPacketID, setSessionAttributes, setSessionID, setTransactionID, setType, setVersion, toStringprotected short maxRepetitions
protected short nonRepeaters
public AgentXGetBulkPDU(org.snmp4j.smi.OctetString context,
short maxRepetitions,
short nonRepeaters,
org.snmp4j.agent.MOScope[] ranges)
public AgentXGetBulkPDU(AgentXMessageHeader header)
public short getMaxRepetitions()
public short getNonRepeaters()
public void setMaxRepetitions(short maxRepetitions)
public void setNonRepeaters(short nonRepeaters)
protected void decodeAfterContext(ByteBuffer buf, int length) throws IOException
decodeAfterContext in class AgentXRequestPDUIOExceptionprotected void encodeAfterContext(ByteBuffer buf)
encodeAfterContext in class AgentXRequestPDUprotected int getAfterContextLength()
getAfterContextLength in class AgentXRequestPDUprotected String toStringExtMembers()
toStringExtMembers in class AgentXRequestPDUCopyright © 2020 SNMP4J.org. All rights reserved.