public final class BgpAttrRouterIdV6 extends Object implements BgpValueType
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
log |
| Modifier and Type | Method and Description |
|---|---|
org.onlab.packet.Ip6Address |
attrRouterId()
Returns IPV6 router ID.
|
int |
compareTo(Object o)
Compares two objects.
|
boolean |
equals(Object obj) |
short |
getType()
Returns the Type of BGP Message.
|
int |
hashCode() |
static BgpAttrRouterIdV6 |
of(org.onlab.packet.Ip6Address ip6RouterId,
short sType)
Returns object of this class with specified values.
|
static BgpAttrRouterIdV6 |
read(org.jboss.netty.buffer.ChannelBuffer cb,
short sType)
Reads the IPv6 Router-ID.
|
String |
toString() |
int |
write(org.jboss.netty.buffer.ChannelBuffer cb)
Writes the byte Stream of BGP Message to channel buffer.
|
public static BgpAttrRouterIdV6 of(org.onlab.packet.Ip6Address ip6RouterId, short sType)
ip6RouterId - IPV6 address of the router IDsType - TLV typepublic static BgpAttrRouterIdV6 read(org.jboss.netty.buffer.ChannelBuffer cb, short sType) throws BgpParseException
cb - ChannelBuffersType - TLV typeBgpParseException - while parsing BgpAttrRouterIdV6public org.onlab.packet.Ip6Address attrRouterId()
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 - objectCopyright © 2016. All rights reserved.