public interface PcepIroObject
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PcepIroObject.Builder
Builder interface with get and set functions to build IRO object.
|
| Modifier and Type | Method and Description |
|---|---|
LinkedList<PcepValueType> |
getSubObjects()
Returns list of SubObjects.
|
void |
setSubObjects(LinkedList<PcepValueType> llSubObjects)
Sets list of SubObjects.
|
int |
write(org.jboss.netty.buffer.ChannelBuffer bb)
Writes the IRO into channel buffer.
|
LinkedList<PcepValueType> getSubObjects()
void setSubObjects(LinkedList<PcepValueType> llSubObjects)
llSubObjects - list of SubObjectsint write(org.jboss.netty.buffer.ChannelBuffer bb) throws PcepParseException
bb - channel bufferPcepParseException - while writing IRO object.