Uses of Interface
org.snmp4j.util.CommonTimer
-
Packages that use CommonTimer Package Description 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.transport
Fields in org.snmp4j.transport declared as CommonTimer Modifier and Type Field Description protected CommonTimerTcpTransportMapping. 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
Methods in org.snmp4j.util that return CommonTimer Modifier and Type Method Description CommonTimerDefaultTimerFactory. createTimer()CommonTimerTimerFactory. createTimer()Creates a new timer instance.
-