Uses of Class
org.snmp4j.util.ThreadPool
-
Packages that use ThreadPool Package Description org.snmp4j.fluent 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 ThreadPool in org.snmp4j.fluent
Fields in org.snmp4j.fluent declared as ThreadPool Modifier and Type Field Description protected ThreadPoolSnmpBuilder. multiThreadedDispatcherPool -
Uses of ThreadPool in org.snmp4j.transport
Fields in org.snmp4j.transport declared as ThreadPool Modifier and Type Field Description private ThreadPoolDTLSTM. dtlsHandshakeThreadPool -
Uses of ThreadPool in org.snmp4j.util
Fields in org.snmp4j.util declared as ThreadPool Modifier and Type Field Description private ThreadPoolTaskScheduler. threadPoolMethods in org.snmp4j.util that return ThreadPool Modifier and Type Method Description static ThreadPoolThreadPool. create(java.lang.String name, int size)Creates a thread pool with the supplied name and size.Constructors in org.snmp4j.util with parameters of type ThreadPool Constructor Description TaskScheduler(ThreadPool threadPool)Creates aTaskSchedulerthat uses the suppliedThreadPoolto execute tasks.
-