Uses of Class
org.snmp4j.smi.AbstractVariable
Packages that use AbstractVariable
Package
Description
Provides classes and interfaces for authentication and privacy of SNMP(v3)
messages.
Provides classes for the representation of SMIv1/v2 data types (which also
includes some basic ASN.1 primitive data types).
-
Uses of AbstractVariable in org.snmp4j.security
Subclasses of AbstractVariable in org.snmp4j.securityModifier and TypeClassDescriptionclassSecurityParametersimplementation for theTSMsecurity model. -
Uses of AbstractVariable in org.snmp4j.smi
Subclasses of AbstractVariable in org.snmp4j.smiModifier and TypeClassDescriptionclassTheBitStringclass 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.classTheCounter32class 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).classTheCounter64class represents a 64bit unsigned integer type.classTheGauge32class is indistinguishable fromUnsingedInteger32.classTheGenericAddressimplements the decorator and factory design pattern to provide a generic address type.classTheInteger32represents 32bit signed integer values for SNMP.classTheIpAddressclass represents an IPv4 address SNMP variable.classTheNullclass represents SMI Null and the derived SMIv2 exception syntaxes.classTheOctetStringclass represents the SMI type OCTET STRING.classThe Object Identifier Class.classTheOpaqueclass represents the SMI type Opaque which is used to transparently exchange BER encoded values.classASMIAddressis 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.classTheSshAddressrepresents a SSH transport addresses as defined by RFC 5592 SnmpSSHAddress textual convention.classTheTcpAddressrepresents TCP/IP transport addresses.classTheTimeTicksclass represents the time in 1/100 seconds since some epoch (which should be have been defined in the corresponding MIB specification).classTheSshAddressrepresents a SSH transport addresses as defined by RFC 5953 SnmpTSLAddress textual convention.classTheTransportIpAddressis the abstract base class for all transport addresses on top of IP network addresses.classTheUdpAddressrepresents UDP/IP transport addresses.classUnsignedInteger32 type is an SNMP type that represents unsigned 32bit integer values (0 to 4294967295).classTheVariantVariableprovides a decorator for any type of Variable instance, to be able to intercept or monitor variable value modification by using aVariantVariableCallback.Methods in org.snmp4j.smi with parameters of type AbstractVariableModifier and TypeMethodDescriptionstatic booleanAbstractVariable.equal(AbstractVariable a, AbstractVariable b) Tests if two variables have the same value.