Package | Description |
---|---|
org.snmp4j |
Provides classes and interfaces for creating, sending, and receiving SNMP
messages.
|
org.snmp4j.mp |
Provides classes and interfaces for the SNMP message processing.
|
org.snmp4j.uri | |
org.snmp4j.util |
Contains table retrieval utilities and multi-threading support classes as
well as miscellaneous utility classes.
|
Modifier and Type | Method | Description |
---|---|---|
USM |
Snmp.getUSM() |
Gets the User Based Security Model (USM).
|
Constructor | Description |
---|---|
MPv3(USM usm) |
This is a convenience constructor which can be used to create a MPv3 which
is bound to a specific USM instance.
|
Modifier and Type | Method | Description |
---|---|---|
USM |
SnmpURI.getUsm() |
Modifier and Type | Method | Description |
---|---|---|
void |
SnmpURI.setUsm(USM usm) |
Modifier and Type | Method | Description |
---|---|---|
void |
SnmpConfigurator.configure(Session snmp,
USM usm,
MessageDispatcher messageDispatcher,
java.util.Map settings) |
Copyright © 2018 SNMP4J.org. All rights reserved.