public final class BgpPrefixAttrOpaqueData extends Object implements BgpValueType
| Modifier and Type | Field and Description |
|---|---|
static int |
ATTR_PREFIX_OPAQUEDATA |
protected static org.slf4j.Logger |
log |
| Constructor and Description |
|---|
BgpPrefixAttrOpaqueData(byte[] opaquePrefixAttribute)
Constructor to initialize the values.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o)
Compares two objects.
|
boolean |
equals(Object obj) |
byte[] |
getOpaquePrefixAttribute()
Returns the Opaque prefix attribute name.
|
short |
getType()
Returns the Type of BGP Message.
|
int |
hashCode() |
static BgpPrefixAttrOpaqueData |
of(byte[] opaquePrefixAttribute)
Returns object of this class with specified values.
|
static BgpPrefixAttrOpaqueData |
read(org.jboss.netty.buffer.ChannelBuffer cb)
Reads the Opaque Prefix Attribute.
|
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 ATTR_PREFIX_OPAQUEDATA
public BgpPrefixAttrOpaqueData(byte[] opaquePrefixAttribute)
opaquePrefixAttribute - opaque prefix datapublic static BgpPrefixAttrOpaqueData of(byte[] opaquePrefixAttribute)
opaquePrefixAttribute - opaque prefix datapublic static BgpPrefixAttrOpaqueData read(org.jboss.netty.buffer.ChannelBuffer cb) throws BgpParseException
cb - ChannelBufferBgpParseException - while parsing BgpPrefixAttrOpaqueDatapublic byte[] getOpaquePrefixAttribute()
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.