| Package | Description |
|---|---|
| org.snmp4j |
Provides classes and interfaces for creating, sending, and receiving SNMP
messages.
|
| org.snmp4j.uri | |
| 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 |
SnmpURI.setSnmp(Session snmp) |
| Constructor and Description |
|---|
SnmpURI(Session snmp) |
SnmpURI(Session snmp,
Target defaultTarget) |
| Modifier and Type | Field and Description |
|---|---|
protected Session |
AbstractSnmpUtility.session |
| Constructor and Description |
|---|
AbstractSnmpUtility(Session snmpSession,
PDUFactory pduFactory)
Creates a
AbstractSnmpUtility instance. |
TableUtils(Session snmpSession,
PDUFactory pduFactory)
Creates a
TableUtils instance. |
TreeUtils(Session snmpSession,
PDUFactory pduFactory)
Creates a
TreeUtils instance. |
Copyright © 2016 SNMP4J.org. All Rights Reserved.