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 CommonTimer
TcpTransportMapping. socketCleaner
Methods in org.snmp4j.transport that return CommonTimer Modifier and Type Method Description CommonTimer
ConnectionOrientedTransportMapping. getSocketCleaner()
Gets theCommonTimer
that controls socket cleanup operations.CommonTimer
DefaultTcpTransportMapping. getSocketCleaner()
Gets theCommonTimer
that controls socket cleanup operations.CommonTimer
DTLSTM. getSocketCleaner()
Gets theCommonTimer
that controls socket cleanup operations.CommonTimer
TLSTM. getSocketCleaner()
Gets theCommonTimer
that controls socket cleanup operations. -
Uses of CommonTimer in org.snmp4j.util
Methods in org.snmp4j.util that return CommonTimer Modifier and Type Method Description CommonTimer
DefaultTimerFactory. createTimer()
CommonTimer
TimerFactory. createTimer()
Creates a new timer instance.
-