Package | Description |
---|---|
org.snmp4j |
Provides classes and interfaces for creating, sending, and receiving SNMP
messages.
|
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 | Description |
---|---|---|
class |
Snmp |
The
Snmp class is the core of SNMP4J. |
Modifier and Type | Method | Description |
---|---|---|
void |
MessageDispatcher.addCommandResponder(CommandResponder listener) |
Adds a
CommandResponder instance to the message dispatcher. |
void |
MessageDispatcherImpl.addCommandResponder(CommandResponder l) |
|
void |
Snmp.addCommandResponder(CommandResponder listener) |
Adds a
CommandResponder to this SNMP session. |
boolean |
Snmp.addNotificationListener(Address listenAddress,
CommandResponder listener) |
Adds a notification listener to this Snmp instance.
|
boolean |
Snmp.addNotificationListener(TransportMapping transportMapping,
Address listenAddress,
CommandResponder listener) |
Adds a notification listener to this Snmp instance.
|
void |
MessageDispatcher.removeCommandResponder(CommandResponder listener) |
Removes a previously added
CommandResponder instance from
the message dispatcher. |
void |
MessageDispatcherImpl.removeCommandResponder(CommandResponder l) |
|
void |
Snmp.removeCommandResponder(CommandResponder listener) |
Removes a
CommandResponder from this SNMP session. |
Modifier and Type | Class | Description |
---|---|---|
class |
SnmpCommand |
Modifier and Type | Method | Description |
---|---|---|
void |
MultiThreadedMessageDispatcher.addCommandResponder(CommandResponder listener) |
|
void |
MultiThreadedMessageDispatcher.removeCommandResponder(CommandResponder listener) |
Copyright © 2018 SNMP4J.org. All rights reserved.