| 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 |
|---|---|
PcepAttribute |
PcepAttribute.Builder.build()
Builds PcepAttribute.
|
PcepAttribute |
PcInitiatedLspRequest.getPcepAttribute()
Returns object of PcepAttribute.
|
PcepAttribute |
PcInitiatedLspRequest.Builder.getPcepAttribute()
Returns object of PcepAttribute.
|
PcepAttribute |
PcepStateReport.PcepMsgPath.getPcepAttribute()
Returns PcepAttribute.
|
PcepAttribute |
PcepMsgPath.getPcepAttribute()
Returns object of PcepAttribute.
|
PcepAttribute |
PcepMsgPath.Builder.getPcepAttribute()
Returns object of PcepAttribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PcInitiatedLspRequest.setPcepAttribute(PcepAttribute pcepAttribute)
Sets PcepAttribute.
|
PcInitiatedLspRequest.Builder |
PcInitiatedLspRequest.Builder.setPcepAttribute(PcepAttribute pcepAttribute)
Sets PcepAttribute.
|
void |
PcepStateReport.PcepMsgPath.setPcepAttribute(PcepAttribute pcepAttribute)
Sets PcepAttribute.
|
void |
PcepMsgPath.setPcepAttribute(PcepAttribute pcepAttribute)
Sets PcepAttribute.
|
PcepMsgPath.Builder |
PcepMsgPath.Builder.setPcepAttribute(PcepAttribute pcepAttribute)
Sets PcepAttribute.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PcepAttributeVer1
Provides PCEP Attribute List.
|
| Modifier and Type | Method and Description |
|---|---|
PcepAttribute |
PcepAttributeVer1.Builder.build() |
PcepAttribute |
PcInitiatedLspRequestVer1.getPcepAttribute() |
PcepAttribute |
PcInitiatedLspRequestVer1.Builder.getPcepAttribute() |
PcepAttribute |
PcepStateReportVer1.PcepMsgPath.getPcepAttribute()
Returns PCEP Attribute.
|
PcepAttribute |
PcepMsgPathVer1.getPcepAttribute() |
PcepAttribute |
PcepMsgPathVer1.Builder.getPcepAttribute() |
static PcepAttribute |
PcepAttributeVer1.read(org.jboss.netty.buffer.ChannelBuffer cb)
Reads lspa , bandwidth , Metriclist and Iro objects and sets the objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PcInitiatedLspRequestVer1.setPcepAttribute(PcepAttribute pcepAttribute) |
PcInitiatedLspRequestVer1.Builder |
PcInitiatedLspRequestVer1.Builder.setPcepAttribute(PcepAttribute pcepAttribute) |
void |
PcepStateReportVer1.PcepMsgPath.setPcepAttribute(PcepAttribute attrList) |
void |
PcepMsgPathVer1.setPcepAttribute(PcepAttribute attrList) |
PcepMsgPathVer1.Builder |
PcepMsgPathVer1.Builder.setPcepAttribute(PcepAttribute pcepAttribute) |
| Constructor and Description |
|---|
PcepMsgPath(PcepEroObject eroObj,
PcepAttribute attrList,
PcepRroObject rroObj,
PcepBandwidthObject bandwidth)
Constructor to initialize the parameters from PCEP Message path.
|
PcepMsgPathVer1(PcepEroObject eroObj,
PcepAttribute attrList)
constructor to initialize member variables.
|
PcInitiatedLspRequestVer1(PcepSrpObject srpObject,
PcepLspObject lspObject,
PcepEndPointsObject endPointsObject,
PcepEroObject eroObject,
PcepAttribute pcepAttribute)
Constructor to initialize all parameters of PC initiated lsp request.
|
Copyright © 2015. All rights reserved.