| 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 | 
JoeSnmpTrapNotifier.snmpReceivedTrap(SnmpTrapSession session,
                InetAddress agent,
                int port,
                SnmpOctetString community,
                SnmpPduPacket pdu)
 Process the recieved SNMP v2c trap that was received by the underlying
 trap session. 
 | 
void | 
JoeSnmpTrapNotifier.snmpReceivedTrap(SnmpTrapSession session,
                InetAddress agent,
                int port,
                SnmpOctetString community,
                SnmpPduTrap pdu)
 Process the recieved SNMP v1 trap that was received by the underlying
 trap session. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SnmpIPAddress
 This SnmpIPAddress is used to extend the SNMP Octet String SMI class. 
 | 
class  | 
SnmpOpaque
The SnmpOpaque class is an extension of the octet string class and is used to
 pass opaque data. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SnmpTrapHandler.snmpReceivedTrap(SnmpTrapSession session,
                InetAddress agent,
                int port,
                SnmpOctetString community,
                SnmpPduPacket pdu)
 This method is defined to handle SNMPv2 traps that are received by the
 session. 
 | 
void | 
SnmpTrapHandler.snmpReceivedTrap(SnmpTrapSession session,
                InetAddress agent,
                int port,
                SnmpOctetString community,
                SnmpPduTrap pdu)
 This method is define to handle SNMPv1 traps that are received by the
 session. 
 | 
static String | 
SnmpOctetString.toDisplayString(SnmpOctetString octetString)
This method takes an SnmpOctetString and replaces any unprintable
 characters with ASCII period ('.') and returns the resulting character
 string. 
 | 
static String | 
SnmpOctetString.toHexString(SnmpOctetString ostr)  | 
| Constructor and Description | 
|---|
SnmpIPAddress(SnmpOctetString second)
Copy constructor based on the base class. 
 | 
SnmpOctetString(SnmpOctetString second)
Class copy constructor. 
 | 
SnmpOpaque(SnmpOctetString second)
Constructs an object that is a duplicate of the passed object. 
 | 
Copyright © 2020. All rights reserved.