Interface | Description |
---|---|
ClientChannelEngine |
Client channel engine interface.
|
ClientChannelEngine.Listener |
Provides an interface for the notifications from the engine.
|
SnmpClient |
The SNMP client interface.
|
SnmpReceiver.Listener |
Provides an interface for the trap receiver.
|
SnmpRequestListener |
SNMP request listener interface.
|
Class | Description |
---|---|
DefaultSnmpClient |
The SNMP client is designed to be thread safe.
|
MsgProcessorV3 |
SNMP V3 processor implementation.
|
SnmpClientFixture |
A fixture SNMP client that simply creates a response by copying the request.
|
SnmpField |
ASN.1 BER field (type, length and value).
|
SnmpOid |
SNMP OID value (immutable).
|
SnmpPdu |
SNMP PDU.
This class is a wrapper and does not own any of the field instances. |
SnmpPduTrapV1 |
SNMP Trap PDU V1.
|
SnmpReceiver |
The SNMP trap receiver.
|
SnmpRequest |
SNMP request message.
|
SnmpResponse |
SNMP response message.
|
SnmpTarget |
SNMP Target.
|
SnmpTargetArgs |
SNMP Target arguments.
|
SnmpTrapRequest |
SNMP trap request message.
|
SnmpWalkTable |
SNMP walk table data store of SNMP response messages.
|
Usm |
SNMP User Security Model (USM) types.
|
VarBinds |
This class implements common variable binding methods used by the PDU classes.
|
WalkState |
Data store used by the request to hold the walk state.
|
Enum | Description |
---|---|
SnmpFieldType |
ASN.1 field types.
|
SnmpPdu.ErrorType | |
SnmpPduTrapV1.GenericIdType | |
SnmpRequest.ErrorType | |
SnmpResponse.ErrorType | |
SnmpVersionType |
SNMP version enumeration.
|
Usm.AuthorizationType | |
Usm.ErrorType | |
Usm.FlagType | |
Usm.PrivacyType |
Copyright © 2015. All Rights Reserved.