| 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 |
|---|---|
PcepStateReport.PcepMsgPath |
PcepStateReport.getMsgPath()
Returns PcepMsgPath.
|
PcepStateReport.PcepMsgPath |
PcepStateReport.Builder.getMsgPath()
Returns PcepMsgPath.
|
PcepStateReport.PcepMsgPath |
PcepStateReport.PcepMsgPath.read(org.jboss.netty.buffer.ChannelBuffer bb)
Reads all the Objects for PCEP Message Path.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PcepStateReport.setMsgPath(PcepStateReport.PcepMsgPath msgPath)
Sets the Path Object.
|
PcepStateReport.Builder |
PcepStateReport.Builder.setMsgPath(PcepStateReport.PcepMsgPath msgPath)
Sets the Path Object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PcepStateReportVer1.PcepMsgPath
Provides PCEP Message path for report message.
|
| Modifier and Type | Method and Description |
|---|---|
PcepStateReport.PcepMsgPath |
PcepStateReportVer1.getMsgPath() |
PcepStateReport.PcepMsgPath |
PcepStateReportVer1.Builder.getMsgPath() |
| Modifier and Type | Method and Description |
|---|---|
void |
PcepStateReportVer1.setMsgPath(PcepStateReport.PcepMsgPath msgPath) |
PcepStateReportVer1.Builder |
PcepStateReportVer1.Builder.setMsgPath(PcepStateReport.PcepMsgPath msgPath) |
| Constructor and Description |
|---|
PcepStateReportVer1(PcepSrpObject srpObject,
PcepLspObject lspObject,
PcepStateReport.PcepMsgPath msgPath) |
Copyright © 2015. All rights reserved.