Uses of Package
org.snmp4j.smi
-
Packages that use org.snmp4j.smi Package Description org.snmp4j Provides classes and interfaces for creating, sending, and receiving SNMP messages.org.snmp4j.cfg org.snmp4j.event Provides classes and interfaces for SNMP4J event processing.org.snmp4j.fluent org.snmp4j.mp Provides classes and interfaces for the SNMP message processing.org.snmp4j.security Provides classes and interfaces for authentication and privacy of SNMP(v3) messages.org.snmp4j.security.dh org.snmp4j.security.nonstandard org.snmp4j.smi Provides classes for the representation of SMIv1/v2 data types (which also includes some basic ASN.1 primitive data types).org.snmp4j.tools.console org.snmp4j.transport Provides transport protocol mappings for SNMP.org.snmp4j.transport.tls org.snmp4j.uri org.snmp4j.util Contains table retrieval utilities and multi-threading support classes as well as miscellaneous utility classes. -
Classes in org.snmp4j.smi used by org.snmp4j Class Description Address TheAddress
interface serves as a base class for all SNMP transport addresses.Integer32 TheInteger32
represents 32bit signed integer values for SNMP.IpAddress TheIpAddress
class represents an IPv4 address SNMP variable.OctetString TheOctetString
class represents the SMI type OCTET STRING.OID The Object Identifier Class.Variable TheVariable
interface defines common attributes of all SNMP variables.VariableBinding -
Classes in org.snmp4j.smi used by org.snmp4j.cfg Class Description OctetString TheOctetString
class represents the SMI type OCTET STRING. -
Classes in org.snmp4j.smi used by org.snmp4j.event Class Description Address TheAddress
interface serves as a base class for all SNMP transport addresses.OctetString TheOctetString
class represents the SMI type OCTET STRING.OID The Object Identifier Class.Variable TheVariable
interface defines common attributes of all SNMP variables. -
Classes in org.snmp4j.smi used by org.snmp4j.fluent Class Description Address TheAddress
interface serves as a base class for all SNMP transport addresses.DtlsAddress TheTlsAddress
represents a TLS transport addresses as defined by RFC 5953 SnmpTSLAddress textual convention.OctetString TheOctetString
class represents the SMI type OCTET STRING.OID The Object Identifier Class.TcpAddress TheTcpAddress
represents TCP/IP transport addresses.TlsAddress TheTlsAddress
represents a TLS transport addresses as defined by RFC 5953 SnmpTSLAddress textual convention.UdpAddress TheUdpAddress
represents UDP/IP transport addresses.Variable TheVariable
interface defines common attributes of all SNMP variables.VariableBinding -
Classes in org.snmp4j.smi used by org.snmp4j.mp Class Description Address TheAddress
interface serves as a base class for all SNMP transport addresses.Counter32 TheCounter32
class allows all the functionality of unsigned integers but is recognized as a distinct SMI type, which is used for monotonically increasing values that wrap around at 2^32-1 (4294967295).Integer32 TheInteger32
represents 32bit signed integer values for SNMP.OctetString TheOctetString
class represents the SMI type OCTET STRING.OID The Object Identifier Class.VariableBinding -
Classes in org.snmp4j.smi used by org.snmp4j.security Class Description AbstractVariable TheVariable
abstract class is the base class for all SNMP variables.Address TheAddress
interface serves as a base class for all SNMP transport addresses.AssignableFromByteArray TheAssignableFromByteArray
interface describes objects whose value can be set from a byte array and converted back to a byte array.AssignableFromString Integer32 TheInteger32
represents 32bit signed integer values for SNMP.OctetString TheOctetString
class represents the SMI type OCTET STRING.OID The Object Identifier Class.Variable TheVariable
interface defines common attributes of all SNMP variables. -
Classes in org.snmp4j.smi used by org.snmp4j.security.dh Class Description OctetString TheOctetString
class represents the SMI type OCTET STRING.OID The Object Identifier Class. -
Classes in org.snmp4j.smi used by org.snmp4j.security.nonstandard Class Description OctetString TheOctetString
class represents the SMI type OCTET STRING.OID The Object Identifier Class. -
Classes in org.snmp4j.smi used by org.snmp4j.smi Class Description AbstractVariable TheVariable
abstract class is the base class for all SNMP variables.Address TheAddress
interface serves as a base class for all SNMP transport addresses.AssignableFromByteArray TheAssignableFromByteArray
interface describes objects whose value can be set from a byte array and converted back to a byte array.AssignableFromIntArray TheAssignableFromIntArray
interface describes objects whose value can be set from an int array and converted back to an int array.AssignableFromInteger AssignableFromLong AssignableFromString IpAddress TheIpAddress
class represents an IPv4 address SNMP variable.MaxAccess TheMaxAccess
enumerates the MAX-ACCESS values of SMIv2 and the deprecatedMaxAccess.writeOnly
of SMIv1.Null TheNull
class represents SMI Null and the derived SMIv2 exception syntaxes.OctetString TheOctetString
class represents the SMI type OCTET STRING.OID The Object Identifier Class.SMIAddress ASMIAddress
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.SubIndexInfo TheSubIndexInfo
interface represents the meta information of a SMI INDEX clause element (= sub-index) which are relevant for converting an OID index value to an INDEX object and vice versa.TcpAddress TheTcpAddress
represents TCP/IP transport addresses.TimeTicks TheTimeTicks
class represents the time in 1/100 seconds since some epoch (which should be have been defined in the corresponding MIB specification).TransportIpAddress TheTransportIpAddress
is the abstract base class for all transport addresses on top of IP network addresses.UdpAddress TheUdpAddress
represents UDP/IP transport addresses.UnsignedInteger32 UnsignedInteger32 type is an SNMP type that represents unsigned 32bit integer values (0 to 4294967295).Variable TheVariable
interface defines common attributes of all SNMP variables.VariableBinding VariantVariable TheVariantVariable
provides a decorator for any type of Variable instance, to be able to intercept or monitor variable value modification by using aVariantVariableCallback
.VariantVariableCallback TheVariantVariableCallback
can be implemented by objects that want to intercept/monitor reading and writing of aVariantVariable
's value. -
Classes in org.snmp4j.smi used by org.snmp4j.tools.console Class Description Address TheAddress
interface serves as a base class for all SNMP transport addresses.OID The Object Identifier Class. -
Classes in org.snmp4j.smi used by org.snmp4j.transport Class Description Address TheAddress
interface serves as a base class for all SNMP transport addresses.DtlsAddress TheTlsAddress
represents a TLS transport addresses as defined by RFC 5953 SnmpTSLAddress textual convention.IpAddress TheIpAddress
class represents an IPv4 address SNMP variable.TcpAddress TheTcpAddress
represents TCP/IP transport addresses.TlsAddress TheTlsAddress
represents a TLS transport addresses as defined by RFC 5953 SnmpTSLAddress textual convention.UdpAddress TheUdpAddress
represents UDP/IP transport addresses. -
Classes in org.snmp4j.smi used by org.snmp4j.transport.tls Class Description Address TheAddress
interface serves as a base class for all SNMP transport addresses.OctetString TheOctetString
class represents the SMI type OCTET STRING. -
Classes in org.snmp4j.smi used by org.snmp4j.uri Class Description Address TheAddress
interface serves as a base class for all SNMP transport addresses.Variable TheVariable
interface defines common attributes of all SNMP variables.VariableBinding -
Classes in org.snmp4j.smi used by org.snmp4j.util Class Description Address TheAddress
interface serves as a base class for all SNMP transport addresses.OctetString TheOctetString
class represents the SMI type OCTET STRING.OID The Object Identifier Class.Variable TheVariable
interface defines common attributes of all SNMP variables.VariableBinding