public interface PcepBandwidthObject
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PcepBandwidthObject.Builder
Builder interface with get and set functions to build bandwidth object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getBandwidth()
Returns bandwidth value.
|
void |
setBandwidth(int iBandwidth)
Sets bandwidth with specified value.
|
int |
write(org.jboss.netty.buffer.ChannelBuffer bb)
Writes the BandwidthObject into channel buffer.
|
int getBandwidth()
void setBandwidth(int iBandwidth)
iBandwidth - Bandwidth's valueint write(org.jboss.netty.buffer.ChannelBuffer bb) throws PcepParseException
bb - channel bufferPcepParseException - if bandwidth object header fails to write in channel bufferCopyright © 2015. All rights reserved.