| Package | Description |
|---|---|
| org.onosproject.pcepio.protocol |
Abstraction of an entity providing PCEP messages.
|
| org.onosproject.pcepio.protocol.ver1 |
Implementation of PCEP messages.
|
| org.onosproject.pcepio.types |
Implementation of Tlvs and Pcep common objects.
|
| Modifier and Type | Method and Description |
|---|---|
PcepLspObject |
PcepLspObject.Builder.build()
Builds LSP Object.
|
PcepLspObject |
PcInitiatedLspRequest.getLspObject()
Returns object of PcepLspObject.
|
PcepLspObject |
PcInitiatedLspRequest.Builder.getLspObject()
Returns object of PcepLspObject.
|
PcepLspObject |
PcepUpdateRequest.getLspObject()
Returns object of PCEP LSP Object.
|
PcepLspObject |
PcepUpdateRequest.Builder.getLspObject()
Returns PcepLspObject.
|
PcepLspObject |
PcepStateReport.getLspObject()
Returns PcepLspObject.
|
PcepLspObject |
PcepStateReport.Builder.getLspObject()
Returns PcepLspObject.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PcInitiatedLspRequest.setLspObject(PcepLspObject lspObject)
Sets PcepLspObject.
|
PcInitiatedLspRequest.Builder |
PcInitiatedLspRequest.Builder.setLspObject(PcepLspObject lspObject)
Sets PcepLspObject.
|
void |
PcepUpdateRequest.setLspObject(PcepLspObject lspObject)
Sets the PCEP LSP Object.
|
PcepUpdateRequest.Builder |
PcepUpdateRequest.Builder.setLspObject(PcepLspObject lspObject)
Sets the LSP Object.
|
void |
PcepStateReport.setLspObject(PcepLspObject lspObject)
Sets the LSP Object.
|
PcepStateReport.Builder |
PcepStateReport.Builder.setLspObject(PcepLspObject lspObject)
Sets the LSP Object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PcepLspObjectVer1
Provides PCEP lsp object.
|
| Modifier and Type | Method and Description |
|---|---|
PcepLspObject |
PcepLspObjectVer1.Builder.build() |
PcepLspObject |
PcInitiatedLspRequestVer1.getLspObject() |
PcepLspObject |
PcInitiatedLspRequestVer1.Builder.getLspObject() |
PcepLspObject |
PcepUpdateRequestVer1.getLspObject() |
PcepLspObject |
PcepUpdateRequestVer1.Builder.getLspObject() |
PcepLspObject |
PcepStateReportVer1.getLspObject() |
PcepLspObject |
PcepStateReportVer1.Builder.getLspObject() |
static PcepLspObject |
PcepLspObjectVer1.read(org.jboss.netty.buffer.ChannelBuffer cb)
Parse channel buffer and returns object of PcepLspObject.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PcInitiatedLspRequestVer1.setLspObject(PcepLspObject lspObject) |
PcInitiatedLspRequestVer1.Builder |
PcInitiatedLspRequestVer1.Builder.setLspObject(PcepLspObject lspObject) |
void |
PcepUpdateRequestVer1.setLspObject(PcepLspObject lspObject) |
PcepUpdateRequestVer1.Builder |
PcepUpdateRequestVer1.Builder.setLspObject(PcepLspObject lspObject) |
void |
PcepStateReportVer1.setLspObject(PcepLspObject lspObject) |
PcepStateReportVer1.Builder |
PcepStateReportVer1.Builder.setLspObject(PcepLspObject lspObject) |
| Constructor and Description |
|---|
PcepStateReportVer1(PcepSrpObject srpObject,
PcepLspObject lspObject,
PcepStateReport.PcepMsgPath msgPath) |
PcepUpdateRequestVer1(PcepSrpObject srpObject,
PcepLspObject lspObject,
PcepMsgPath msgPath)
Constructor to initialize all member variables.
|
PcInitiatedLspRequestVer1(PcepSrpObject srpObject,
PcepLspObject lspObject,
PcepEndPointsObject endPointsObject,
PcepEroObject eroObject,
PcepAttribute pcepAttribute)
Constructor to initialize all parameters of PC initiated lsp request.
|
| Modifier and Type | Method and Description |
|---|---|
PcepLspObject |
PcepLabelDownload.getLspObject()
Returns LSP Object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PcepLabelDownload.setLspObject(PcepLspObject lspObject)
Sets the Pcep LSP Object.
|
Copyright © 2015. All rights reserved.