Uses of Interface
org.snmp4j.TimeoutModel
Packages that use TimeoutModel
Package
Description
Provides classes and interfaces for creating, sending, and receiving SNMP
messages.
-
Uses of TimeoutModel in org.snmp4j
Classes in org.snmp4j that implement TimeoutModelModifier and TypeClassDescriptionclass
TheDefaultTimeoutModel
implements a timeout model that uses constant timeouts between retries.Methods in org.snmp4j that return TimeoutModelModifier and TypeMethodDescriptionSnmp.getTimeoutModel()
Gets the timeout model associated with this SNMP session.Methods in org.snmp4j with parameters of type TimeoutModelModifier and TypeMethodDescriptionvoid
Snmp.setTimeoutModel(TimeoutModel timeoutModel)
Sets the timeout model for this SNMP session.