| 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 |
|---|---|
PcepLSObject |
PcepLSObject.Builder.build()
Builds LS Object.
|
| Modifier and Type | Method and Description |
|---|---|
List<PcepLSObject> |
PcepError.getLSObjList()
Returns the PcepLSObject List.
|
List<PcepLSObject> |
PcepError.Builder.getLSObjList()
Returns the PcepLSObject.
|
List<PcepLSObject> |
PcepLSReportMsg.getLSReportList()
Returns list of PCEP LS Objects.
|
List<PcepLSObject> |
PcepLSReportMsg.Builder.getLSReportList()
Returns list of LS Object in LS Report Message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PcepError.setLSObjList(List<PcepLSObject> lsObjList)
Sets the LS Objects lists.
|
PcepError.Builder |
PcepError.Builder.setLSObjList(List<PcepLSObject> lsObjList)
Sets LS Object lists and returns its builder.
|
void |
PcepLSReportMsg.setLSReportList(List<PcepLSObject> lsReportList)
Sets list of Optional Tlvs in LS-Report Message.
|
PcepLSReportMsg.Builder |
PcepLSReportMsg.Builder.setLSReportList(List<PcepLSObject> lsReportList)
Sets list of LS Objects and returns its builder.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PcepLSObjectVer1
Provides PCEP LS (link-state) object.
|
| Modifier and Type | Method and Description |
|---|---|
PcepLSObject |
PcepLSObjectVer1.Builder.build() |
static PcepLSObject |
PcepLSObjectVer1.read(org.jboss.netty.buffer.ChannelBuffer cb)
Reads from the channel buffer and returns Object of PcepLSObject.
|
| Modifier and Type | Method and Description |
|---|---|
List<PcepLSObject> |
PcepErrorVer1.getLSObjList() |
List<PcepLSObject> |
PcepErrorVer1.Builder.getLSObjList() |
| Modifier and Type | Method and Description |
|---|---|
void |
PcepErrorVer1.setLSObjList(List<PcepLSObject> lsObjList) |
PcepErrorVer1.Builder |
PcepErrorVer1.Builder.setLSObjList(List<PcepLSObject> lsObjList) |
| Constructor and Description |
|---|
PcepErrorInfoVer1(List<PcepRPObject> llRPObjList,
List<PcepLSObject> llLSObjList,
List<PcepErrorObject> llErrObjList)
Constructor to add PCEP error object to the list.
|
PcepErrorVer1(List<PcepRPObject> rpObjList,
List<PcepLSObject> lsObjList,
List<PcepErrorObject> errObjListObjList)
Constructor to initialize variable.
|
Copyright © 2016. All rights reserved.