| Package | Description | 
|---|---|
| org.opennms.netmgt.snmp.joesnmp | Use JoeSNMP for SNMP support in OpenNMS. | 
| org.opennms.protocols.snmp | SNMP protocol datastructure implementation (PDUs, sessions, requests, etc.) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | JoeSnmpWalker.JoeSnmpResponseHandler. snmpInternalError(SnmpSession session,
                 int err,
                 SnmpSyntax pdu) | 
| void | JoeSnmpWalker.JoeSnmpResponseHandler. snmpReceivedPdu(SnmpSession session,
               int command,
               SnmpPduPacket pdu) | 
| void | JoeSnmpWalker.JoeSnmpResponseHandler. snmpTimeoutError(SnmpSession session,
                SnmpSyntax pdu) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SnmpHandler. snmpInternalError(SnmpSession session,
                 int err,
                 SnmpSyntax pdu)
 This method is invoked when an internal error occurs for the session. | 
| void | SnmpResponseHandler. snmpInternalError(SnmpSession sess,
                 int err,
                 SnmpSyntax obj)This method is invoked when an internal error occurs on the SNMP session. | 
| void | SnmpHandler. snmpReceivedPdu(SnmpSession session,
               int command,
               SnmpPduPacket pdu)
 This method is invoked when a pdu is successfully returned from the peer
 agent. | 
| void | SnmpResponseHandler. snmpReceivedPdu(SnmpSession sess,
               int command,
               SnmpPduPacket pkt)The method that handles a returned packet from the remote agent. | 
| void | SnmpHandler. snmpTimeoutError(SnmpSession session,
                SnmpSyntax pdu)
 This method is invoked when an agent fails to respond in the required
 time. | 
| void | SnmpResponseHandler. snmpTimeoutError(SnmpSession sess,
                SnmpSyntax pkt)This method is invoked when the session fails to receive a response to a
 particular packet. | 
Copyright © 2021. All rights reserved.