| 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 |
|---|---|
PcepMsgPath |
PcepMsgPath.Builder.build()
Builds PcepMsgPath.
|
PcepMsgPath |
PcepUpdateRequest.getMsgPath()
Returns object of PCEP MSG PATH.
|
PcepMsgPath |
PcepUpdateRequest.Builder.getMsgPath()
Returns PcepMsgPath.
|
PcepMsgPath |
PcepMsgPath.read(org.jboss.netty.buffer.ChannelBuffer bb)
reads ERO object and attribute list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PcepUpdateRequest.setMsgPath(PcepMsgPath msgPath)
sets the PCEP MSG PATH.
|
PcepUpdateRequest.Builder |
PcepUpdateRequest.Builder.setMsgPath(PcepMsgPath msgPath)
Sets the Path Object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PcepMsgPathVer1
Provides PCEP Message PAth for update message.
|
| Modifier and Type | Method and Description |
|---|---|
PcepMsgPath |
PcepMsgPathVer1.Builder.build() |
PcepMsgPath |
PcepUpdateRequestVer1.getMsgPath() |
PcepMsgPath |
PcepUpdateRequestVer1.Builder.getMsgPath() |
PcepMsgPath |
PcepMsgPathVer1.read(org.jboss.netty.buffer.ChannelBuffer cb) |
| Modifier and Type | Method and Description |
|---|---|
void |
PcepUpdateRequestVer1.setMsgPath(PcepMsgPath msgPath) |
PcepUpdateRequestVer1.Builder |
PcepUpdateRequestVer1.Builder.setMsgPath(PcepMsgPath msgPath) |
| Constructor and Description |
|---|
PcepUpdateRequestVer1(PcepSrpObject srpObject,
PcepLspObject lspObject,
PcepMsgPath msgPath)
Constructor to initialize all member variables.
|
Copyright © 2015. All rights reserved.