| 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 |
|---|---|
PcepType |
PcepUpdateMsg.getType() |
PcepType |
PcepUpdateMsg.Builder.getType() |
PcepType |
PcepTEReportMsg.getType() |
PcepType |
PcepTEReportMsg.Builder.getType() |
PcepType |
PcepReportMsg.getType() |
PcepType |
PcepReportMsg.Builder.getType() |
PcepType |
PcepOpenMsg.getType() |
PcepType |
PcepMessage.getType()
Returns Type of PCEP Message.
|
PcepType |
PcepMessage.Builder.getType()
Returns Type of PCEP Message.
|
PcepType |
PcepLabelUpdateMsg.getType() |
PcepType |
PcepLabelUpdateMsg.Builder.getType() |
PcepType |
PcepLabelRangeResvMsg.getType() |
PcepType |
PcepLabelRangeResvMsg.Builder.getType() |
PcepType |
PcepKeepaliveMsg.getType() |
PcepType |
PcepKeepaliveMsg.Builder.getType() |
PcepType |
PcepInitiateMsg.getType() |
PcepType |
PcepInitiateMsg.Builder.getType() |
PcepType |
PcepErrorMsg.getType() |
PcepType |
PcepErrorMsg.Builder.getType() |
PcepType |
PcepCloseMsg.getType() |
PcepType |
PcepCloseMsg.Builder.getType() |
static PcepType |
PcepType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PcepType[] |
PcepType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
static PcepType |
PcepOpenObjectVer1.MSG_TYPE |
static PcepType |
PcepOpenMsgVer1.MSG_TYPE |
static PcepType |
PcepErrorMsgVer1.MSG_TYPE |
| Modifier and Type | Method and Description |
|---|---|
PcepType |
PcepOpenMsgVer1.getType() |
PcepType |
PcepErrorMsgVer1.getType() |
PcepType |
PcepErrorMsgVer1.Builder.getType() |
Copyright © 2015. All rights reserved.