| 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 |
PcepEroObject.Builder.build()
Builds ERO Object.
|
PcepEroObject |
PcInitiatedLspRequest.getEroObject()
Returns object of PcepEroObject.
|
PcepEroObject |
PcInitiatedLspRequest.Builder.getEroObject()
Returns object of PcepEroObject.
|
PcepEroObject |
PcepStateReport.PcepMsgPath.getEroObject()
Returns PcepEroObject.
|
PcepEroObject |
PcepMsgPath.getEroObject()
Returns object of PcepEroObject.
|
PcepEroObject |
PcepMsgPath.Builder.getEroObject()
Returns object of PcepEroObject.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PcInitiatedLspRequest.setEroObject(PcepEroObject eroObject)
Sets PcepEroObject.
|
PcInitiatedLspRequest.Builder |
PcInitiatedLspRequest.Builder.setEroObject(PcepEroObject eroObject)
Sets PcepEroObject.
|
void |
PcepStateReport.PcepMsgPath.setEroObject(PcepEroObject eroObject)
Sets PcepEroObject.
|
void |
PcepMsgPath.setEroObject(PcepEroObject eroObject)
Sets PcepEroObject.
|
PcepMsgPath.Builder |
PcepMsgPath.Builder.setEroObject(PcepEroObject eroObject)
Sets PcepEroObject.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PcepEroObjectVer1
Provides PCEP Ero Object.
|
| Modifier and Type | Method and Description |
|---|---|
PcepEroObject |
PcepEroObjectVer1.Builder.build() |
PcepEroObject |
PcInitiatedLspRequestVer1.getEroObject() |
PcepEroObject |
PcInitiatedLspRequestVer1.Builder.getEroObject() |
PcepEroObject |
PcepStateReportVer1.PcepMsgPath.getEroObject()
Returns PcepEroObject.
|
PcepEroObject |
PcepMsgPathVer1.getEroObject() |
PcepEroObject |
PcepMsgPathVer1.Builder.getEroObject() |
static PcepEroObject |
PcepEroObjectVer1.read(org.jboss.netty.buffer.ChannelBuffer cb)
Reads from channel buffer and returns object of PcepEroObject.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PcInitiatedLspRequestVer1.setEroObject(PcepEroObject eroObject) |
PcInitiatedLspRequestVer1.Builder |
PcInitiatedLspRequestVer1.Builder.setEroObject(PcepEroObject eroObject) |
void |
PcepStateReportVer1.PcepMsgPath.setEroObject(PcepEroObject eroObj) |
void |
PcepMsgPathVer1.setEroObject(PcepEroObject eroObj) |
PcepMsgPathVer1.Builder |
PcepMsgPathVer1.Builder.setEroObject(PcepEroObject eroObject) |
| 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.