class |
BitString |
The BitString class represents the obsolete SMI type
BIT STRING which has been defined in RFC 1442 (an SNMPv2 draft) but
which has been obsoleteted by RFC 1902 and RFC 2578.
|
class |
DtlsAddress |
The TlsAddress represents a TLS transport addresses as defined
by RFC 5953 SnmpTSLAddress textual convention.
|
class |
GenericAddress |
The GenericAddress implements the decorator and factory
design pattern to provide a generic address type.
|
class |
IpAddress |
The IpAddress class represents an IPv4 address SNMP variable.
|
class |
OctetString |
The OctetString class represents the SMI type OCTET STRING.
|
class |
Opaque |
The Opaque class represents the SMI type Opaque which is used
to transparently exchange BER encoded values.
|
class |
SMIAddress |
A SMIAddress is an address that is defined by the Structure
of Management Information (SMI) and can be thereby serialized through the
Basic Encoding Rules (BER) used by the SNMP protocol.
|
class |
TcpAddress |
The TcpAddress represents TCP/IP transport addresses.
|
class |
TlsAddress |
The TlsAddress represents a TLS transport addresses as defined
by RFC 5953 SnmpTSLAddress textual convention.
|
class |
TransportIpAddress |
The TransportIpAddress is the abstract base class for all
transport addresses on top of IP network addresses.
|
class |
UdpAddress |
The UdpAddress represents UDP/IP transport addresses.
|
class |
VariantVariable |
The VariantVariable provides a decorator for any type
of Variable instance, to be able to intercept or monitor variable
value modification by using a VariantVariableCallback .
|