Uses of Class
org.opennms.protocols.snmp.SnmpParameters
-
Packages that use SnmpParameters Package Description org.opennms.protocols.snmp SNMP protocol datastructure implementation (PDUs, sessions, requests, etc.) -
-
Uses of SnmpParameters in org.opennms.protocols.snmp
Methods in org.opennms.protocols.snmp that return SnmpParameters Modifier and Type Method Description SnmpParameters
SnmpPeer. getParameters()
Retuns the current parameters for the peer agent.Methods in org.opennms.protocols.snmp with parameters of type SnmpParameters Modifier and Type Method Description void
SnmpPeer. setParameters(SnmpParameters params)
Used to set the current parameters for the SnmpPeer object.Constructors in org.opennms.protocols.snmp with parameters of type SnmpParameters Constructor 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.
-