public interface PcepLspaObject
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PcepLspaObject.Builder
Builder interface with get and set functions to build bandwidth object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getExcludeAny()
Returns Exclude Any field in LSPA Object.
|
byte |
getHoldPriority()
Returns Hold Priority field in LSPA Object.
|
int |
getIncludeAll()
Returns Include All field in LSPA Object.
|
int |
getIncludeAny()
Returns Include Any field in LSPA Object.
|
boolean |
getLFlag()
Returns L flag in LSPA Object.
|
LinkedList<PcepValueType> |
getOptionalTlv()
Returns list of Optional Tlvs in LSPA Object.
|
byte |
getSetupPriority()
Returns Setup Priority field in LSPA Object.
|
void |
setExcludeAny(int value)
Sets Exclude Any field in LSPA Object.
|
void |
setHoldPriority(byte value)
Sets Hold Priority field in LSPA Object.
|
void |
setIncludeAll(int value)
Sets Include All field in LSPA Object.
|
void |
setIncludeAny(int value)
Sets Include Any field in LSPA Object.
|
void |
setLFlag(boolean value)
Sets L flag in LSPA Object.
|
void |
setOptionalTlv(LinkedList<PcepValueType> llOptionalTlv)
Sets Optional Tlvs in LSPA Object.
|
void |
setSetupPriority(byte value)
Sets Setup Priority field in LSPA Object.
|
int |
write(org.jboss.netty.buffer.ChannelBuffer bb)
Writes the LSPA Object into channel buffer.
|
boolean getLFlag()
void setLFlag(boolean value)
value - L flagint getExcludeAny()
void setExcludeAny(int value)
value - Exclude Any fieldint getIncludeAny()
void setIncludeAny(int value)
value - Include Any fieldint getIncludeAll()
void setIncludeAll(int value)
value - Include All fieldbyte getSetupPriority()
void setSetupPriority(byte value)
value - Setup Priority fieldbyte getHoldPriority()
void setHoldPriority(byte value)
value - Hold Priority fieldLinkedList<PcepValueType> getOptionalTlv()
void setOptionalTlv(LinkedList<PcepValueType> llOptionalTlv)
llOptionalTlv - Optional Tlvs in LSPA Objectint write(org.jboss.netty.buffer.ChannelBuffer bb) throws PcepParseException
bb - channel bufferPcepParseException - while writing LSPA object into Channel Buffer.Copyright © 2015. All rights reserved.