public interface BgpValueType
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o)
Compares two objects.
|
short |
getType()
Returns the Type of BGP Message.
|
int |
write(org.jboss.netty.buffer.ChannelBuffer cb)
Writes the byte Stream of BGP Message to channel buffer.
|
short getType()
int write(org.jboss.netty.buffer.ChannelBuffer cb)
cb - channel bufferint compareTo(Object o)
o - objectCopyright © 2016. All rights reserved.