public class BgpFsActionTrafficMarking extends Object implements BgpValueType
| Constructor and Description |
|---|
BgpFsActionTrafficMarking(byte[] dscpValue)
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 BgpFsActionTrafficMarking |
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 DSCP_LEN
public BgpFsActionTrafficMarking(byte[] dscpValue)
dscpValue - DSCP valuepublic short getType()
BgpValueTypegetType in interface BgpValueTypepublic int write(org.jboss.netty.buffer.ChannelBuffer cb)
BgpValueTypewrite in interface BgpValueTypecb - channel bufferpublic static BgpFsActionTrafficMarking read(org.jboss.netty.buffer.ChannelBuffer cb) throws BgpParseException
cb - channelBufferBgpParseException - while parsing BgpFsActionTrafficMarkingpublic int compareTo(Object o)
BgpValueTypecompareTo in interface BgpValueTypeo - objectCopyright © 2016. All rights reserved.