| 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 |
|---|---|
PcepError.Builder |
PcepFactory.buildPcepError()
To get Builder Object for PcepError.
|
PcepError.Builder |
PcepError.Builder.setErrorObjList(LinkedList<PcepErrorObject> llErrorObjList)
Sets Error Object lists and returns its builder.
|
PcepError.Builder |
PcepError.Builder.setRPObjList(LinkedList<PcepRPObject> llRPObjList)
Sets RP Object lists and returns its builder.
|
PcepError.Builder |
PcepError.Builder.setTEObjList(LinkedList<PcepTEObject> llTEObjList)
Sets TE Object lists and returns its builder.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
PcepErrorVer1.Builder
Builder for error part of PCEP-ERROR.
|
| Modifier and Type | Method and Description |
|---|---|
PcepError.Builder |
PcepFactoryVer1.buildPcepError() |
Copyright © 2015. All rights reserved.