Package | Description |
---|---|
org.snmp4j.util |
Contains table retrieval utilities and multi-threading support classes as
well as miscellaneous utility classes.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ThreadPool |
The
ThreadPool provides a pool of a fixed number of threads
that are capable to execute tasks that implement the Runnable
interface concurrently. |
Constructor | Description |
---|---|
MultiThreadedMessageDispatcher(WorkerPool workerPool,
MessageDispatcher decoratedDispatcher) |
Creates a multi-threaded message dispatcher using the provided
ThreadPool to concurrently process incoming messages
that are forwarded to the supplied decorated
MessageDispatcher . |
Copyright © 2018 SNMP4J.org. All rights reserved.