Package uk.co.westhawk.snmp.pdu
package uk.co.westhawk.snmp.pdu
-
ClassesClassDescriptionThe BlockPdu class is a wrapper class that will block until it receives the answer.This class is used to perform the SNMPv3 USM discovery.The GetNextPdu_vec class will ask for a number of objects (OIDs), based on the GetNext request.The GetPdu_vec class will ask for a number of objects (OIDs), based on the Get request.The InformPdu_vec class will inform a manager about a number of objects (OIDs), based on the Inform request.The class InterfaceGetNextPdu.The class InterfaceGetNextPduStub.The InterfacePdu class asks one interface for information, useful for admin purposes.The InterfacesPdu class will ask for the number of current interfaces.The OneGetBulkPdu class performs a getBulkRequest and collects the response varbinds into a Vector.The OneGetNextPdu class will ask for one (1) object (oid), based on the GetNext request.The OneGetPdu class will ask for one (1) object (OID), based on the Get request.Deprecated.The OneIntPdu class will ask for one (1) object (oid) of the AsnInteger type, based on the Get request.Deprecated.As of 4_14, just use
SetPdu
Deprecated.As of 4_14, just useTrapPduv1
Deprecated.As of 4_14, just useTrapPduv2
This class represents the ASN SNMP v1 Trap PDU object that does not create a thread to send itself.This class represents the ASN SNMP v2c (and higher) Trap PDU object that does not create a thread to send itself.The SetPdu_vec class will set the value of a number of objects (OIDs), based on the Set request.The UpSincePdu class will send a Get request for the sysUpTime and will calculate that date the system rebooted the last time.
InformPdu