- java.lang.Object
-
- org.snmp4j.smi.AbstractVariable
-
- org.snmp4j.smi.SMIAddress
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.lang.Comparable<Variable>
,BERSerializable
,Address
,AssignableFromByteArray
,AssignableFromString
,Variable
- Direct Known Subclasses:
GenericAddress
,IpAddress
public abstract class SMIAddress extends AbstractVariable implements Address
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.- Since:
- 1.5
- Version:
- 1.8
- Author:
- Frank Fock
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.snmp4j.smi.AbstractVariable
SMISYNTAXES_PROPERTIES
-
-
Constructor Summary
Constructors Constructor Description SMIAddress()
-
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, toSubIndex
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.snmp4j.smi.Address
isTransportCompatible, isValid, parseAddress, setValue
-
Methods inherited from interface org.snmp4j.smi.AssignableFromByteArray
setValue, toByteArray
-
-