public interface PcepRroObject
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PcepRroObject.Builder
Builder interface with get and set functions to build RRO object.
|
| Modifier and Type | Method and Description |
|---|---|
LinkedList<PcepValueType> |
getSubObjects()
Returns list of SubObjects.
|
void |
setSubObjects(LinkedList<PcepValueType> llSubObjects)
Sets list of SubObjects and return its builder.
|
int |
write(org.jboss.netty.buffer.ChannelBuffer bb)
Writes the RRO Object 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 - when object header failed to write in channel bufferCopyright © 2015. All rights reserved.