Uses of Class
snmp.SNMPPDU

Packages that use SNMPPDU
Default Package   
snmp The snmp package defines classes used to communicate with SNMP devices. 
 

Uses of SNMPPDU in
 

Methods in Default Package with parameters of type SNMPPDU
 SNMPSequence SNMPAgentTest.processRequest(SNMPPDU pdu, java.lang.String communityName)
           
 SNMPSequence SNMPAgentTest.processGetNextRequest(SNMPPDU pdu, java.lang.String communityName)
           
 

Uses of SNMPPDU in snmp
 

Subclasses of SNMPPDU in snmp
 class SNMPv2InformRequestPDU
          The SNMPv2InformRequestPDU class represents an SNMPv2 Trap PDU from RFC 1448, as indicated below.
 class SNMPv2TrapPDU
          The SNMPv2TrapPDU class represents an SNMPv2 Trap PDU from RFC 1448, as indicated below.
 

Methods in snmp that return SNMPPDU
 SNMPPDU SNMPMessage.getPDU()
          Utility method which returns the PDU contained in the SNMP message.
 

Methods in snmp with parameters of type SNMPPDU
 SNMPSequence SNMPRequestListener.processRequest(SNMPPDU requestPDU, java.lang.String communityName)
          Handles Get- or Set- request messages.
 SNMPSequence SNMPRequestListener.processGetNextRequest(SNMPPDU requestPDU, java.lang.String communityName)
          Handles Get-Next- request messages.
 

Constructors in snmp with parameters of type SNMPPDU
SNMPMessage(int version, java.lang.String community, SNMPPDU pdu)
          Create an SNMP message with specified version, community, and pdu.