SNMP Stack 4_12

Package uk.co.westhawk.snmp.pdu

Contains the PDUs of the stack.

See:
          Description

Class Summary
BlockPdu The BlockPdu class is a wrapper class that will block until it receives the answer.
DiscoveryPdu This class is used to perform the SNMPv3 USM discovery.
GetNextPdu_vec The GetNextPdu_vec class will ask for a number of objects (OIDs), based on the GetNext request.
GetPdu_vec The GetPdu_vec class will ask for a number of objects (OIDs), based on the Get request.
InformPdu_vec The InformPdu_vec class will inform a manager about a number of objects (OIDs), based on the Inform request.
InterfaceGetNextPdu The InterfaceGetNextPdu class can be used collect information off all current interfaces.
InterfacePdu The InterfacePdu class asks one interface for information, useful for admin purposes.
InterfacesPdu The InterfacesPdu class will ask for the number of current interfaces.
OneGetBulkPdu The OneGetBulkPdu class performs a getBulkRequest and collects the response varbinds into a Vector.
OneGetNextPdu The OneGetNextPdu class will ask for one (1) object (oid), based on the GetNext request.
OneGetPdu The OneGetPdu class will ask for one (1) object (oid), based on the Get request.
OneInformPdu The OneInformPdu class will inform a manager about one (1) object (OIDs), based on the Inform request.
OneIntPdu The OneIntPdu class will ask for one (1) object (oid) of the AsnInteger type, based on the Get request.
OneSetPdu The OneSetPdu class will set the value of one (1) object (oid), based on the Set request.
OneTrapPduv1 This class represents the ASN SNMPv1 Trap Pdu object.
OneTrapPduv2 This class represents the ASN SNMPv2c (and higher) Trap Pdu object.
PassiveTrapPduv1 This class represents the ASN SNMP v1 Trap Pdu object that does not create a thread to send itself.
PassiveTrapPduv2 This class represents the ASN SNMP v2c (and higher) Trap Pdu object that does not create a thread to send itself.
SetPdu_vec The SetPdu_vec class will set the value of a number of objects (OIDs), based on the Set request.
UpSincePdu The UpSincePdu class will send a Get request for the sysUpTime and will calculate that date the system rebooted the last time.
 

Package uk.co.westhawk.snmp.pdu Description

Contains the PDUs of the stack.


SNMP Stack 4_12