Package | Description |
---|---|
org.snmp4j |
Provides classes and interfaces for creating, sending, and receiving SNMP
messages.
|
org.snmp4j.util |
Contains table retrieval utilities and multi-threading support classes as
well as miscellaneous utility classes.
|
Modifier and Type | Method | Description |
---|---|---|
static ThreadFactory |
SNMP4JSettings.getThreadFactory() |
Gets the thread factory.
|
Modifier and Type | Method | Description |
---|---|---|
static void |
SNMP4JSettings.setThreadFactory(ThreadFactory newThreadFactory) |
Sets the thread factory for creating new threads of execution.
|
Modifier and Type | Class | Description |
---|---|---|
class |
DefaultThreadFactory |
The
DefaultThreadFactory creates WorkerTask instances
that allow concurrent execution of tasks. |
Copyright © 2018 SNMP4J.org. All rights reserved.