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 |
JoeSnmpTrapNotifier |
Modifier and Type | Method and Description |
---|---|
SnmpTrapHandler |
SnmpTrapSession.getHandler()
Returns the trap handler for this trap session.
|
Modifier and Type | Method and Description |
---|---|
void |
SnmpTrapSession.setHandler(SnmpTrapHandler hdl)
Sets the trap handler for the session.
|
Constructor and Description |
---|
SnmpTrapSession(SnmpTrapHandler handler)
The default SnmpTrapSession constructor.
|
SnmpTrapSession(SnmpTrapHandler handler,
InetAddress address,
int snmpTrapPort) |
SnmpTrapSession(SnmpTrapHandler handler,
int port)
The default SnmpTrapSession constructor that takes a packet handler as
parameter.
|
Copyright © 2021. All rights reserved.