Package | Description |
---|---|
org.snmp4j |
Provides classes and interfaces for creating, sending, and receiving SNMP
messages.
|
org.snmp4j.test | |
org.snmp4j.tools.console | |
org.snmp4j.util |
Contains table retrieval utilities and multi-threading support classes as
well as miscellaneous utility classes.
|
Modifier and Type | Class and Description |
---|---|
class |
Snmp
The
Snmp class is the core of SNMP4J. |
Modifier and Type | Method and Description |
---|---|
void |
Snmp.addCommandResponder(CommandResponder listener)
Adds a
CommandResponder to this SNMP session. |
void |
MessageDispatcherImpl.addCommandResponder(CommandResponder l) |
void |
MessageDispatcher.addCommandResponder(CommandResponder listener)
Adds a
CommandResponder instance to the message dispatcher. |
boolean |
Snmp.addNotificationListener(Address listenAddress,
CommandResponder listener)
Adds a notification listener to this Snmp instance.
|
void |
Snmp.removeCommandResponder(CommandResponder listener)
Removes a
CommandResponder from this SNMP session. |
void |
MessageDispatcherImpl.removeCommandResponder(CommandResponder l) |
void |
MessageDispatcher.removeCommandResponder(CommandResponder listener)
Removes a previously added
CommandResponder instance from
the message dispatcher. |
Modifier and Type | Class and Description |
---|---|
class |
MultiThreadedTrapReceiver |
Modifier and Type | Class and Description |
---|---|
class |
SnmpRequest
The SnmpRequest application is an example implementation of most of the
SNMP4J features.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiThreadedMessageDispatcher.addCommandResponder(CommandResponder listener) |
void |
MultiThreadedMessageDispatcher.removeCommandResponder(CommandResponder listener) |
Copyright © 2023 SNMP4J.org. All rights reserved.