public class BgpLSIdentifierTlv extends Object implements BgpValueType
| Constructor and Description |
|---|
BgpLSIdentifierTlv(int bgpLsIdentifier)
Constructor to initialize bgpLsIdentifier.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o)
Compares two objects.
|
boolean |
equals(Object obj) |
int |
getBgpLsIdentifier()
Returns opaque value of BGPLS-Identifier.
|
short |
getType()
Returns the Type of BGP Message.
|
int |
hashCode() |
static BgpLSIdentifierTlv |
of(int bgpLsIdentifier)
Returns object of this class with specified bgpLsIdentifier.
|
static BgpLSIdentifierTlv |
read(org.jboss.netty.buffer.ChannelBuffer cb)
Reads the channel buffer and parses BGPLS Identifier TLV.
|
String |
toString() |
int |
write(org.jboss.netty.buffer.ChannelBuffer c)
Writes the byte Stream of BGP Message to channel buffer.
|
public static final short TYPE
public static final short LENGTH
public BgpLSIdentifierTlv(int bgpLsIdentifier)
bgpLsIdentifier - BGPLS-Identifierpublic static BgpLSIdentifierTlv of(int bgpLsIdentifier)
bgpLsIdentifier - BGPLS-Identifierpublic int getBgpLsIdentifier()
public int write(org.jboss.netty.buffer.ChannelBuffer c)
BgpValueTypewrite in interface BgpValueTypec - channel bufferpublic static BgpLSIdentifierTlv read(org.jboss.netty.buffer.ChannelBuffer cb)
cb - ChannelBufferpublic short getType()
BgpValueTypegetType in interface BgpValueTypepublic int compareTo(Object o)
BgpValueTypecompareTo in interface BgpValueTypeo - object