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 TimerFactory |
SNMP4JSettings.getTimerFactory() |
Gets the timer factory.
|
Modifier and Type | Method | Description |
---|---|---|
static void |
SNMP4JSettings.setTimerFactory(TimerFactory newTimerFactory) |
Sets the timer factory for creating new timer instances.
|
Modifier and Type | Class | Description |
---|---|---|
class |
DefaultTimerFactory |
This
DefaultTimerFactory creates a new Timer
which is configured to run as daemon. |
Copyright © 2018 SNMP4J.org. All rights reserved.