| Package | Description | 
|---|---|
| org.opennms.protocols.snmp | 
 SNMP protocol datastructure implementation (PDUs, sessions, requests, etc.) 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SnmpTrapSession.send(SnmpPeer peer,
    SnmpPduPacket pdu)
Transmits the specified SnmpRequest to the SnmpPeer defined. 
 | 
void | 
SnmpTrapSession.send(SnmpPeer peer,
    SnmpPduTrap trap)
Transmits the specified SnmpPduTrap to the SnmpPeer defined The
 SnmpPduTrap is encoded using the peer AsnEncoder, as defined by the
 SnmpParameters. 
 | 
Copyright © 2021. All rights reserved.