public class BgpFsIcmpType extends Object implements BgpValueType
| Modifier and Type | Field and Description |
|---|---|
static byte |
FLOW_SPEC_TYPE |
| Constructor and Description |
|---|
BgpFsIcmpType(List<BgpFsOperatorValue> operatorValue)
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 BgpFsIcmpType |
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 byte FLOW_SPEC_TYPE
public BgpFsIcmpType(List<BgpFsOperatorValue> operatorValue)
operatorValue - list of operator and valuepublic short getType()
BgpValueTypegetType in interface BgpValueTypepublic int write(org.jboss.netty.buffer.ChannelBuffer cb)
BgpValueTypewrite in interface BgpValueTypecb - channel bufferpublic static BgpFsIcmpType read(org.jboss.netty.buffer.ChannelBuffer cb) throws BgpParseException
cb - channelBufferBgpParseException - while parsing BgpFsIcmpTypepublic int compareTo(Object o)
BgpValueTypecompareTo in interface BgpValueTypeo - object