Package | Description |
---|---|
org.snmp4j |
Provides classes and interfaces for creating, sending, and receiving SNMP
messages.
|
org.snmp4j.security.dh | |
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 | Description |
---|---|---|
class |
Snmp |
The
Snmp class is the core of SNMP4J. |
Modifier and Type | Method | Description |
---|---|---|
static java.util.Map<OctetString,OctetString[]> |
DHOperations.getDHKickstartPublicKeys(Session session,
PDUFactory pduFactory,
Target target,
java.util.Set<OctetString> managerPublic) |
Get the public keys of the agent's kickstart table that match the local public keys provided from a remote agent.
|
Modifier and Type | Method | Description |
---|---|---|
void |
SnmpURI.setSnmp(Session snmp) |
Constructor | Description |
---|---|
SnmpURI(Session snmp) |
|
SnmpURI(Session snmp,
Target defaultTarget) |
Modifier and Type | Field | Description |
---|---|---|
protected Session |
AbstractSnmpUtility.session |
Modifier and Type | Method | Description |
---|---|---|
void |
SnmpConfigurator.configure(Session snmp,
USM usm,
MessageDispatcher messageDispatcher,
java.util.Map settings) |
Constructor | 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 © 2018 SNMP4J.org. All rights reserved.