Uses of Interface
org.snmp4j.util.CommonTimer
-
Packages that use CommonTimer Package Description org.snmp4j Provides classes and interfaces for creating, sending, and receiving SNMP messages.org.snmp4j.transport Provides transport protocol mappings for SNMP.org.snmp4j.util Contains table retrieval utilities and multi-threading support classes as well as miscellaneous utility classes. -
-
Uses of CommonTimer in org.snmp4j
Fields in org.snmp4j declared as CommonTimer Modifier and Type Field Description private CommonTimerSnmp. timer -
Uses of CommonTimer in org.snmp4j.transport
Fields in org.snmp4j.transport declared as CommonTimer Modifier and Type Field Description private CommonTimerDTLSTM. socketCleanerprotected CommonTimerTcpTransportMapping. socketCleanerprivate CommonTimerTLSTM. socketCleanerMethods in org.snmp4j.transport that return CommonTimer Modifier and Type Method Description CommonTimerConnectionOrientedTransportMapping. getSocketCleaner()Gets theCommonTimerthat controls socket cleanup operations.CommonTimerDefaultTcpTransportMapping. getSocketCleaner()Gets theCommonTimerthat controls socket cleanup operations.CommonTimerDTLSTM. getSocketCleaner()Gets theCommonTimerthat controls socket cleanup operations.CommonTimerTLSTM. getSocketCleaner()Gets theCommonTimerthat controls socket cleanup operations. -
Uses of CommonTimer in org.snmp4j.util
Classes in org.snmp4j.util that implement CommonTimer Modifier and Type Class Description (package private) classDefaultTimerFactory.TimerAdapterMethods in org.snmp4j.util that return CommonTimer Modifier and Type Method Description CommonTimerDefaultTimerFactory. createTimer()CommonTimerTimerFactory. createTimer()Creates a new timer instance.
-