public interface PcepFecObjectIPv4 extends PcepFecObject
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PcepFecObjectIPv4.Builder
Builder interface with get and set functions to build FEC object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getNodeID()
Returns NodeID of FEC Object.
|
void |
setNodeID(int value)
Sets NodeID with specified value.
|
int |
write(org.jboss.netty.buffer.ChannelBuffer bb)
Writes the FEC into channel buffer.
|
getType, getVersionint getNodeID()
void setNodeID(int value)
value - node idint write(org.jboss.netty.buffer.ChannelBuffer bb) throws PcepParseException
PcepFecObjectwrite in interface PcepFecObjectbb - channel bufferPcepParseException - while writing FEC Object into Channel Buffer.Copyright © 2015. All rights reserved.