Package | Description |
---|---|
org.snmp4j.mp |
Provides classes and interfaces for the SNMP message processing.
|
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 | Field | Description |
---|---|---|
protected PDUFactory |
MPv1.incomingPDUFactory |
|
protected PDUFactory |
MPv2c.incomingPDUFactory |
|
protected PDUFactory |
MPv3.incomingPDUFactory |
Constructor | Description |
---|---|
MPv1(PDUFactory incomingPDUFactory) |
Creates a SNMPv1 message processing model with a custom PDU factory that
must ignore the target parameter when creating a PDU for parsing incoming
messages.
|
MPv2c(PDUFactory incomingPDUFactory) |
Creates a SNMPv2c message processing model with a custom PDU factory that
must ignore the target parameter when creating a PDU for parsing incoming
messages.
|
MPv3(byte[] localEngineID,
PDUFactory incomingPDUFactory) |
Creates a MPv3 with a supplied local engine ID and
PDUFactory
for incoming messages. |
MPv3(byte[] localEngineID,
PDUFactory incomingPDUFactory,
SecurityProtocols secProtocols,
SecurityModels secModels,
CounterSupport counterSupport) |
Creates a fully qualified MPv3 instance with custom security protocols
and models as well as a custom counter support.
|
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 |
---|---|---|
PDUFactory |
SnmpURI.getPduFactory() |
Modifier and Type | Method | Description |
---|---|---|
void |
SnmpURI.setPduFactory(PDUFactory pduFactory) |
Modifier and Type | Class | Description |
---|---|---|
class |
DefaultPDUFactory |
The
DefaultPDUFactory is a default implementation of the
PDUFactory interface. |
class |
SnmpConfigurator.InnerPDUFactory |
Modifier and Type | Field | Description |
---|---|---|
protected PDUFactory |
AbstractSnmpUtility.pduFactory |
Modifier and Type | Method | Description |
---|---|---|
PDUFactory |
SnmpConfigurator.getPDUFactory(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.