| Package | Description |
|---|---|
| org.onosproject.pcepio.protocol |
Abstraction of an entity providing PCEP messages.
|
| org.onosproject.pcepio.protocol.ver1 |
Implementation of PCEP messages.
|
| Modifier and Type | Method and Description |
|---|---|
PcepLspaObject.Builder |
PcepFactory.buildLspaObject()
To get Builder Object for LSPA Object.
|
PcepLspaObject.Builder |
PcepLspaObject.Builder.setExcludeAny(int value)
Sets Exclude Any field in LSPA Object and return its builder.
|
PcepLspaObject.Builder |
PcepLspaObject.Builder.setHoldPriority(byte value)
Sets Hold Priority field in LSPA Object and return its builder.
|
PcepLspaObject.Builder |
PcepLspaObject.Builder.setIFlag(boolean value)
Sets I flag in LSPA object header and returns its builder.
|
PcepLspaObject.Builder |
PcepLspaObject.Builder.setIncludeAll(int value)
Sets Include All field in LSPA Object and return its builder.
|
PcepLspaObject.Builder |
PcepLspaObject.Builder.setIncludeAny(int value)
Sets Include Any field in LSPA Object and return its builder.
|
PcepLspaObject.Builder |
PcepLspaObject.Builder.setLFlag(boolean value)
Sets L flag in LSPA Object and return its builder.
|
PcepLspaObject.Builder |
PcepLspaObject.Builder.setLspaObjHeader(PcepObjectHeader obj)
Sets LSPA object header and returns its builder.
|
PcepLspaObject.Builder |
PcepLspaObject.Builder.setOptionalTlv(LinkedList<PcepValueType> llOptionalTlv)
Sets list of Optional Tlvs in LSPA Object.
|
PcepLspaObject.Builder |
PcepLspaObject.Builder.setPFlag(boolean value)
Sets P flag in LSPA object header and returns its builder.
|
PcepLspaObject.Builder |
PcepLspaObject.Builder.setSetupPriority(byte value)
Sets Setup Priority field in LSPA Object and return its builder.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
PcepLspaObjectVer1.Builder
Builder class for PCEP lspa object.
|
| Modifier and Type | Method and Description |
|---|---|
PcepLspaObject.Builder |
PcepFactoryVer1.buildLspaObject() |
Copyright © 2015. All rights reserved.