| 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 |
|---|---|
PcepLspObject.Builder |
PcepFactory.buildLspObject()
To get Builder Object for LSP Object.
|
PcepLspObject.Builder |
PcepLspObject.Builder.setAFlag(boolean value)
Sets A flag with specific value and return its builder.
|
PcepLspObject.Builder |
PcepLspObject.Builder.setDFlag(boolean value)
Sets D flag with specific value and return its builder.
|
PcepLspObject.Builder |
PcepLspObject.Builder.setIFlag(boolean value)
Sets I flag in LSP object header and returns its builder.
|
PcepLspObject.Builder |
PcepLspObject.Builder.setLspObjHeader(PcepObjectHeader obj)
Sets LSP object header and returns its builder.
|
PcepLspObject.Builder |
PcepLspObject.Builder.setOFlag(byte value)
Sets O flag with specific value and return its builder.
|
PcepLspObject.Builder |
PcepLspObject.Builder.setOptionalTlv(LinkedList<PcepValueType> llOptionalTlv)
Sets list of Optional Tlvs and return its builder.
|
PcepLspObject.Builder |
PcepLspObject.Builder.setPFlag(boolean value)
Sets P flag in LSP object header and returns its builder.
|
PcepLspObject.Builder |
PcepLspObject.Builder.setPlspId(int value)
Sets PlspId with specific value and return its builder.
|
PcepLspObject.Builder |
PcepLspObject.Builder.setRFlag(boolean value)
Sets R flag with specific value and return its builder.
|
PcepLspObject.Builder |
PcepLspObject.Builder.setSFlag(boolean value)
Sets S flag with specific value and return its builder.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
PcepLspObjectVer1.Builder
Builder class for PCEP lsp Object.
|
| Modifier and Type | Method and Description |
|---|---|
PcepLspObject.Builder |
PcepFactoryVer1.buildLspObject() |
Copyright © 2015. All rights reserved.