public class BgpFsActionReDirect extends Object implements BgpValueType
| Modifier and Type | Field and Description |
|---|---|
static byte |
ROUTE_TARGET_LEN |
static short |
TYPE |
| Constructor and Description |
|---|
BgpFsActionReDirect(byte[] routeTarget)
Constructor to initialize the value.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o)
Compares two objects.
|
boolean |
equals(Object obj) |
short |
getType()
Returns the Type of BGP Message.
|
int |
hashCode() |
static BgpFsActionReDirect |
read(org.jboss.netty.buffer.ChannelBuffer cb)
Reads the channel buffer and returns object.
|
String |
toString() |
int |
write(org.jboss.netty.buffer.ChannelBuffer cb)
Writes the byte Stream of BGP Message to channel buffer.
|
public static final short TYPE
public static final byte ROUTE_TARGET_LEN
public BgpFsActionReDirect(byte[] routeTarget)
routeTarget - route targetpublic short getType()
BgpValueTypegetType in interface BgpValueTypepublic int write(org.jboss.netty.buffer.ChannelBuffer cb)
BgpValueTypewrite in interface BgpValueTypecb - channel bufferpublic static BgpFsActionReDirect read(org.jboss.netty.buffer.ChannelBuffer cb) throws BgpParseException
cb - channelBufferBgpParseException - while parsing BgpFsActionReDirectpublic int compareTo(Object o)
BgpValueTypecompareTo in interface BgpValueTypeo - object