| Package | Description | 
|---|---|
| org.opennms.protocols.snmp | 
 SNMP protocol datastructure implementation (PDUs, sessions, requests, etc.) 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SnmpParameters | 
SnmpPeer.getParameters()
Retuns the current parameters for the peer agent. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SnmpPeer.setParameters(SnmpParameters params)
Used to set the current parameters for the SnmpPeer object. 
 | 
| Constructor and Description | 
|---|
SnmpParameters(SnmpParameters second)
Constructs a copy of the parameters defined in the object second. 
 | 
SnmpSession(InetAddress peer,
           SnmpParameters params)
Constructs the SnmpSession with the specific parameters. 
 | 
Copyright © 2020. All rights reserved.