| 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 | Class and Description | 
|---|---|
class  | 
JoeSnmpWalker.JoeSnmpResponseHandler  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SnmpResponseHandler
The SNMP handler used to receive responses from individual sessions. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SnmpHandler | 
SnmpSession.getDefaultHandler()
Gets the default SnmpHandler for the session. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
SnmpSession.send(SnmpPduPacket pdu,
    SnmpHandler handler)
Send the SNMP PDU to the remote agent and invokes the specified handler
 when the packet is recieve. 
 | 
int | 
SnmpSession.send(SnmpPduTrap pdu,
    SnmpHandler handler)
Send the SNMP PDU Trap to the remote agent. 
 | 
void | 
SnmpSession.setDefaultHandler(SnmpHandler hdl)
Sets the default SnmpHandler. 
 | 
Copyright © 2021. All rights reserved.