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 classDefaultTimeoutModelTheDefaultTimeoutModelimplements a timeout model that uses constant timeouts between retries.Methods in org.snmp4j that return TimeoutModel Modifier and Type Method Description TimeoutModelSnmp. getTimeoutModel()Gets the timeout model associated with this SNMP session.Methods in org.snmp4j with parameters of type TimeoutModel Modifier and Type Method Description voidSnmp. setTimeoutModel(TimeoutModel timeoutModel)Sets the timeout model for this SNMP session.
-