| 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 |
|---|---|
PcepEroObject.Builder |
PcepFactory.buildEroObject()
To get Builder Object for ERO Object.
|
PcepEroObject.Builder |
PcepEroObject.Builder.setEroObjHeader(PcepObjectHeader obj)
Sets ERO Object header and returns its builder.
|
PcepEroObject.Builder |
PcepEroObject.Builder.setIFlag(boolean value)
Sets I flag in ERO object header and returns its builder.
|
PcepEroObject.Builder |
PcepEroObject.Builder.setPFlag(boolean value)
Sets P flag in ERO object header and returns its builder.
|
PcepEroObject.Builder |
PcepEroObject.Builder.setSubObjects(LinkedList<PcepValueType> llSubObjects)
Sets LinkedList of SubObjects and returns its builder.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
PcepEroObjectVer1.Builder
Builder class for PCEP ERO object.
|
| Modifier and Type | Method and Description |
|---|---|
PcepEroObject.Builder |
PcepFactoryVer1.buildEroObject() |
Copyright © 2015. All rights reserved.