Uses of Interface
org.snmp4j.TimeoutModel
-
Packages that use TimeoutModel Package Description org.snmp4j Provides classes and interfaces for creating, sending, and receiving SNMP messages. -
-
Uses of TimeoutModel in org.snmp4j
Classes in org.snmp4j that implement TimeoutModel Modifier and Type Class Description class
DefaultTimeoutModel
TheDefaultTimeoutModel
implements a timeout model that uses constant timeouts between retries.Fields in org.snmp4j declared as TimeoutModel Modifier and Type Field Description private TimeoutModel
Snmp. timeoutModel
Methods in org.snmp4j that return TimeoutModel Modifier and Type Method Description TimeoutModel
Snmp. getTimeoutModel()
Gets the timeout model associated with this SNMP session.Methods in org.snmp4j with parameters of type TimeoutModel Modifier and Type Method Description void
Snmp. setTimeoutModel(TimeoutModel timeoutModel)
Sets the timeout model for this SNMP session.
-