Uses of Class
snmp.SNMPv2InformRequestPDU

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

Uses of SNMPv2InformRequestPDU in
 

Methods in Default Package with parameters of type SNMPv2InformRequestPDU
 void SNMPTrapTest.processv2InformRequest(SNMPv2InformRequestPDU pdu)
           
 

Uses of SNMPv2InformRequestPDU in snmp
 

Methods in snmp with parameters of type SNMPv2InformRequestPDU
 void SNMPInformRequestSenderInterface.sendInformRequest(int version, java.net.InetAddress hostAddress, java.lang.String community, SNMPv2InformRequestPDU pdu)
          Send the supplied SNMPv2 inform request pdu to the specified host, using the supplied version number and community name.
 void SNMPInformRequestSenderInterface.sendInformRequest(java.net.InetAddress hostAddress, java.lang.String community, SNMPv2InformRequestPDU pdu)
          Send the supplied inform request pdu to the specified host, using the supplied community name and using 1 for the version field in the SNMP message.
 void SNMPv2InformRequestListener.processv2InformRequest(SNMPv2InformRequestPDU informRequestPDU)