public class BgpAttrNodeIsIsAreaId extends Object implements BgpValueType
| Modifier and Type | Field and Description |
|---|---|
static int |
ATTRNODE_ISISAREAID |
protected static org.slf4j.Logger |
log |
| Constructor and Description |
|---|
BgpAttrNodeIsIsAreaId(byte[] isisAreaId)
Constructor to initialize value.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
attrNodeIsIsAreaId()
Returns ISIS area Identifier.
|
int |
compareTo(Object o)
Compares two objects.
|
boolean |
equals(Object obj) |
short |
getType()
Returns the Type of BGP Message.
|
int |
hashCode() |
static BgpAttrNodeIsIsAreaId |
of(byte[] isisAreaId)
Returns object of this class with specified values.
|
static BgpAttrNodeIsIsAreaId |
read(org.jboss.netty.buffer.ChannelBuffer cb)
Reads the IS-IS Area Identifier.
|
String |
toString() |
int |
write(org.jboss.netty.buffer.ChannelBuffer cb)
Writes the byte Stream of BGP Message to channel buffer.
|
protected static final org.slf4j.Logger log
public static final int ATTRNODE_ISISAREAID
public BgpAttrNodeIsIsAreaId(byte[] isisAreaId)
isisAreaId - ISIS area Identifierpublic static BgpAttrNodeIsIsAreaId of(byte[] isisAreaId)
isisAreaId - ISIS area Identifierpublic static BgpAttrNodeIsIsAreaId read(org.jboss.netty.buffer.ChannelBuffer cb) throws BgpParseException
cb - ChannelBufferBgpParseException - while parsing BgpAttrNodeIsIsAreaIdpublic byte[] attrNodeIsIsAreaId()
public short getType()
BgpValueTypegetType in interface BgpValueTypepublic int write(org.jboss.netty.buffer.ChannelBuffer cb)
BgpValueTypewrite in interface BgpValueTypecb - channel bufferpublic int compareTo(Object o)
BgpValueTypecompareTo in interface BgpValueTypeo - object