| 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 | Interface and Description |
|---|---|
interface |
PcepCloseMsg
Abstraction of an entity providing PCEP Close Message.
|
interface |
PcepErrorMsg
Abstraction of an entity providing PCEP Error Message.
|
interface |
PcepInitiateMsg
Abstraction of an entity providing PCEP Initiate Message.
|
interface |
PcepKeepaliveMsg
Abstraction of an entity providing PCEP Keepalive Message.
|
interface |
PcepLabelRangeResvMsg
Abstraction of an entity providing PCEP Label Range Reservation Message.
|
interface |
PcepLabelUpdateMsg
Abstraction of an entity providing PCEP Label Update Message.
|
interface |
PcepOpenMsg
Abstraction of an entity providing PCEP Open Message.
|
interface |
PcepReportMsg
Abstraction of an entity providing PCEP Report Message.
|
interface |
PcepTEReportMsg
Abstraction of an entity providing PCEP TE Report Message.
|
interface |
PcepUpdateMsg
Abstraction of an entity providing PCEP Update Message.
|
| Modifier and Type | Method and Description |
|---|---|
PcepMessage |
PcepMessage.Builder.build()
Builds PCEP Message.
|
| Modifier and Type | Method and Description |
|---|---|
static PcepMessageReader<PcepMessage> |
PcepFactories.getGenericReader()
Returns GENERIC_READER.
|
PcepMessageReader<PcepMessage> |
PcepFactory.getReader()
Returns PCEP Message Reader.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PcepErrorMsgVer1
Provides PCEP Error Message.
|
class |
PcepOpenMsgVer1
Provides PCEP open message.
|
| Modifier and Type | Method and Description |
|---|---|
PcepMessageReader<PcepMessage> |
PcepFactoryVer1.getReader() |
Copyright © 2015. All rights reserved.