| 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 |
|---|---|
PcepEndPointsObject |
PcepEndPointsObject.Builder.build()
Builds End Points Object.
|
PcepEndPointsObject |
PcInitiatedLspRequest.getEndPointsObject()
Returns object of PcepEndPointsObject.
|
PcepEndPointsObject |
PcInitiatedLspRequest.Builder.getEndPointsObject()
Returns object of PcepEndPointsObject.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PcInitiatedLspRequest.setEndPointsObject(PcepEndPointsObject endPointsObject)
Sets PcepEndPointsObject.
|
PcInitiatedLspRequest.Builder |
PcInitiatedLspRequest.Builder.setEndPointsObject(PcepEndPointsObject endPointsObject)
Sets PcepEndPointsObject.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PcepEndPointsObjectVer1
Provides PCEP Endpoints Object.
|
| Modifier and Type | Method and Description |
|---|---|
PcepEndPointsObject |
PcepEndPointsObjectVer1.Builder.build() |
PcepEndPointsObject |
PcInitiatedLspRequestVer1.getEndPointsObject() |
PcepEndPointsObject |
PcInitiatedLspRequestVer1.Builder.getEndPointsObject() |
static PcepEndPointsObject |
PcepEndPointsObjectVer1.read(org.jboss.netty.buffer.ChannelBuffer cb)
Reads from channel buffer and returns object of PcepEndPointsObject.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PcInitiatedLspRequestVer1.setEndPointsObject(PcepEndPointsObject endPointsObject) |
PcInitiatedLspRequestVer1.Builder |
PcInitiatedLspRequestVer1.Builder.setEndPointsObject(PcepEndPointsObject endPointsObject) |
| Constructor and Description |
|---|
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.