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 CommonTimer
Snmp. timer
-
Uses of CommonTimer in org.snmp4j.transport
Fields in org.snmp4j.transport declared as CommonTimer Modifier and Type Field Description private CommonTimer
DTLSTM. socketCleaner
protected CommonTimer
TcpTransportMapping. socketCleaner
private CommonTimer
TLSTM. 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
Classes in org.snmp4j.util that implement CommonTimer Modifier and Type Class Description (package private) class
DefaultTimerFactory.TimerAdapter
Methods in org.snmp4j.util that return CommonTimer Modifier and Type Method Description CommonTimer
DefaultTimerFactory. createTimer()
CommonTimer
TimerFactory. createTimer()
Creates a new timer instance.
-