public class BgpFsActionTrafficRate extends Object implements BgpValueType
| Modifier and Type | Field and Description |
|---|---|
static short |
TYPE |
| Constructor and Description |
|---|
BgpFsActionTrafficRate(short asn,
float rate)
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 BgpFsActionTrafficRate |
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 BgpFsActionTrafficRate(short asn,
float rate)
asn - autonomous system numberrate - traffic ratepublic short getType()
BgpValueTypegetType in interface BgpValueTypepublic int write(org.jboss.netty.buffer.ChannelBuffer cb)
BgpValueTypewrite in interface BgpValueTypecb - channel bufferpublic static BgpFsActionTrafficRate read(org.jboss.netty.buffer.ChannelBuffer cb) throws BgpParseException
cb - channelBufferBgpParseException - while parsing BgpFsActionTrafficRatepublic int compareTo(Object o)
BgpValueTypecompareTo in interface BgpValueTypeo - object