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,
java.lang.String communityName)
|