java.lang.Object
org.snmp4j.smi.AbstractVariable
org.snmp4j.smi.SMIAddress
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<Variable>,BERSerializable,Address,AssignableFromByteArray,AssignableFromString,Variable
- Direct Known Subclasses:
GenericAddress,IpAddress
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.- Since:
- 1.5
- Version:
- 1.8
- See Also:
-
Field Summary
FieldsFields inherited from class org.snmp4j.smi.AbstractVariable
SMISYNTAXES_PROPERTIES -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.snmp4j.smi.AbstractVariable
clone, compareTo, createFromBER, createFromSyntax, decodeBER, encodeBER, equal, equals, fromSubIndex, getBERLength, getBERPayloadLength, getSyntax, getSyntaxFromString, getSyntaxString, getSyntaxString, hashCode, isDynamic, isException, toInt, toLong, toString, toSubIndexMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.snmp4j.smi.Address
isTransportCompatible, isValid, parseAddress, setValueMethods inherited from interface org.snmp4j.smi.AssignableFromByteArray
setValue, toByteArray
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
SMIAddress
public SMIAddress()
-