| Package | Description |
|---|---|
| org.onosproject.pcepio.protocol |
Abstraction of an entity providing PCEP messages.
|
| org.onosproject.pcepio.protocol.ver1 |
Implementation of PCEP messages.
|
| org.onosproject.pcepio.types |
Implementation of Tlvs and Pcep common objects.
|
| Modifier and Type | Method and Description |
|---|---|
LinkedList<PcepValueType> |
PcepTEObject.getOptionalTlv()
Returns list of Optional Tlvs in TE Object.
|
LinkedList<PcepValueType> |
PcepTEObject.Builder.getOptionalTlv()
Returns list of Optional Tlvs in TE Object.
|
LinkedList<PcepValueType> |
PcepSrpObject.getOptionalTlv()
Returns list of optional tlvs.
|
LinkedList<PcepValueType> |
PcepSrpObject.Builder.getOptionalTlv()
Returns list of optional tlvs.
|
LinkedList<PcepValueType> |
PcepRPObject.getOptionalTlv()
Returns list of Optional Tlvs in RP Object.
|
LinkedList<PcepValueType> |
PcepRPObject.Builder.getOptionalTlv()
Returns list of Optional Tlvs in RP Object.
|
LinkedList<PcepValueType> |
PcepOpenObject.getOptionalTlv()
Returns list of Optional Tlvs in Open Object.
|
LinkedList<PcepValueType> |
PcepOpenObject.Builder.getOptionalTlv()
Returns list of Optional Tlvs in Open Object.
|
LinkedList<PcepValueType> |
PcepLspObject.getOptionalTlv()
Returns list of Optional Tlvs in LSP Object.
|
LinkedList<PcepValueType> |
PcepLspObject.Builder.getOptionalTlv()
Returns list of Optional Tlvs in LSP Object.
|
LinkedList<PcepValueType> |
PcepLspaObject.getOptionalTlv()
Returns list of Optional Tlvs in LSPA Object.
|
LinkedList<PcepValueType> |
PcepLspaObject.Builder.getOptionalTlv()
Returns list of Optional Tlvs in LSPA Object.
|
LinkedList<PcepValueType> |
PcepLabelObject.getOptionalTlv()
Returns list of Optional Tlvs.
|
LinkedList<PcepValueType> |
PcepLabelObject.Builder.getOptionalTlv()
Returns list of Optional Tlvs.
|
LinkedList<PcepValueType> |
PcepErrorObject.getOptionalTlv()
Returns Optional Tlvs in Error Object.
|
LinkedList<PcepValueType> |
PcepErrorObject.Builder.getOptionalTlv()
Returns list of Optional Tlvs of Error Object.
|
LinkedList<PcepValueType> |
PcepCloseMsg.getOptionalTlv()
Returns LinkedList of Optional Tlv in Close Message.
|
LinkedList<PcepValueType> |
PcepCloseMsg.Builder.getOptionalTlv()
Returns LinkedList of Optional Tlvs.
|
LinkedList<PcepValueType> |
PcepRroObject.getSubObjects()
Returns list of SubObjects.
|
LinkedList<PcepValueType> |
PcepRroObject.Builder.getSubObjects()
Returns list of SubObjects.
|
LinkedList<PcepValueType> |
PcepIroObject.getSubObjects()
Returns list of SubObjects.
|
LinkedList<PcepValueType> |
PcepIroObject.Builder.getSubObjects()
Returns list of SubObjects.
|
LinkedList<PcepValueType> |
PcepEroObject.getSubObjects()
Return LinkedList of SubObjects of ERO Object.
|
LinkedList<PcepValueType> |
PcepEroObject.Builder.getSubObjects()
Returns LinkedList of SubObjects in ERO Objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PcepTEObject.setOptionalTlv(LinkedList<PcepValueType> llOptionalTlv)
Sets list of Optional Tlvs in TE Object.
|
PcepTEObject.Builder |
PcepTEObject.Builder.setOptionalTlv(LinkedList<PcepValueType> llOptionalTlv)
Sets list of Optional Tlvs in TE Object and returns its builder.
|
void |
PcepSrpObject.setOptionalTlv(LinkedList<PcepValueType> llOptionalTlv)
sets the optional TLvs.
|
PcepSrpObject.Builder |
PcepSrpObject.Builder.setOptionalTlv(LinkedList<PcepValueType> llOptionalTlv)
sets the optional TLvs.
|
void |
PcepRPObject.setOptionalTlv(LinkedList<PcepValueType> llOptionalTlv)
Sets list of Optional Tlvs in RP Object and returns its builder.
|
PcepRPObject.Builder |
PcepRPObject.Builder.setOptionalTlv(LinkedList<PcepValueType> llOptionalTlv)
Sets list of Optional Tlvs and returns its builder.
|
void |
PcepOpenObject.setOptionalTlv(LinkedList<PcepValueType> llOptionalTlv)
Sets list of Optional Tlvs in Open Object.
|
PcepOpenObject.Builder |
PcepOpenObject.Builder.setOptionalTlv(LinkedList<PcepValueType> llOptionalTlv)
Sets list of Optional Tlvs and return its Builder.
|
void |
PcepLspObject.setOptionalTlv(LinkedList<PcepValueType> llOptionalTlv)
Sets list of Optional Tlvs in LSP Object.
|
PcepLspObject.Builder |
PcepLspObject.Builder.setOptionalTlv(LinkedList<PcepValueType> llOptionalTlv)
Sets list of Optional Tlvs and return its builder.
|
void |
PcepLspaObject.setOptionalTlv(LinkedList<PcepValueType> llOptionalTlv)
Sets Optional Tlvs in LSPA Object.
|
PcepLspaObject.Builder |
PcepLspaObject.Builder.setOptionalTlv(LinkedList<PcepValueType> llOptionalTlv)
Sets list of Optional Tlvs in LSPA Object.
|
void |
PcepLabelObject.setOptionalTlv(LinkedList<PcepValueType> llOptionalTlv)
Sets Optional Tlvs in Label Object.
|
PcepLabelObject.Builder |
PcepLabelObject.Builder.setOptionalTlv(LinkedList<PcepValueType> llOptionalTlv)
Sets list of Optional Tlvs and return its builder.
|
void |
PcepErrorObject.setOptionalTlv(LinkedList<PcepValueType> llOptionalTlv)
Sets Optional Tlvs in Error Object.
|
PcepErrorObject.Builder |
PcepErrorObject.Builder.setOptionalTlv(LinkedList<PcepValueType> llOptionalTlv)
Sets Optional Tlvs of Error Object and returns its Builder.
|
void |
PcepCloseMsg.setOptionalTlv(LinkedList<PcepValueType> llOptionalTlv)
Sets LinkedList of Optional Tlvs in Close Message.
|
PcepCloseMsg.Builder |
PcepCloseMsg.Builder.setOptionalTlv(LinkedList<PcepValueType> llOptionalTlv)
Sets LinkedList of Optional Tlvs in Close Message.
|
void |
PcepRroObject.setSubObjects(LinkedList<PcepValueType> llSubObjects)
Sets list of SubObjects and return its builder.
|
PcepRroObject.Builder |
PcepRroObject.Builder.setSubObjects(LinkedList<PcepValueType> llSubObjects)
Sets list of SubObjects in RRO Object and returns its builder.
|
void |
PcepIroObject.setSubObjects(LinkedList<PcepValueType> llSubObjects)
Sets list of SubObjects.
|
PcepIroObject.Builder |
PcepIroObject.Builder.setSubObjects(LinkedList<PcepValueType> llSubObjects)
Sets list of SubObjects in IRO Object and returns its builder.
|
void |
PcepEroObject.setSubObjects(LinkedList<PcepValueType> llSubObjects)
Sets LinkedList of SubObjects in ERO Object.
|
PcepEroObject.Builder |
PcepEroObject.Builder.setSubObjects(LinkedList<PcepValueType> llSubObjects)
Sets LinkedList of SubObjects and returns its builder.
|
| Modifier and Type | Method and Description |
|---|---|
LinkedList<PcepValueType> |
PcepTEObjectVer1.getOptionalTlv() |
LinkedList<PcepValueType> |
PcepTEObjectVer1.Builder.getOptionalTlv() |
LinkedList<PcepValueType> |
PcepSrpObjectVer1.getOptionalTlv() |
LinkedList<PcepValueType> |
PcepSrpObjectVer1.Builder.getOptionalTlv() |
LinkedList<PcepValueType> |
PcepRPObjectVer1.getOptionalTlv() |
LinkedList<PcepValueType> |
PcepRPObjectVer1.Builder.getOptionalTlv() |
LinkedList<PcepValueType> |
PcepOpenObjectVer1.getOptionalTlv() |
LinkedList<PcepValueType> |
PcepOpenObjectVer1.Builder.getOptionalTlv() |
LinkedList<PcepValueType> |
PcepLspObjectVer1.getOptionalTlv() |
LinkedList<PcepValueType> |
PcepLspObjectVer1.Builder.getOptionalTlv() |
LinkedList<PcepValueType> |
PcepLspaObjectVer1.getOptionalTlv() |
LinkedList<PcepValueType> |
PcepLspaObjectVer1.Builder.getOptionalTlv() |
LinkedList<PcepValueType> |
PcepLabelObjectVer1.getOptionalTlv() |
LinkedList<PcepValueType> |
PcepLabelObjectVer1.Builder.getOptionalTlv() |
LinkedList<PcepValueType> |
PcepErrorObjectVer1.getOptionalTlv() |
LinkedList<PcepValueType> |
PcepErrorObjectVer1.Builder.getOptionalTlv() |
LinkedList<PcepValueType> |
PcepRroObjectVer1.getSubObjects() |
LinkedList<PcepValueType> |
PcepRroObjectVer1.Builder.getSubObjects() |
LinkedList<PcepValueType> |
PcepIroObjectVer1.getSubObjects() |
LinkedList<PcepValueType> |
PcepIroObjectVer1.Builder.getSubObjects() |
LinkedList<PcepValueType> |
PcepEroObjectVer1.getSubObjects() |
LinkedList<PcepValueType> |
PcepEroObjectVer1.Builder.getSubObjects() |
protected static LinkedList<PcepValueType> |
PcepTEObjectVer1.parseOptionalTlv(org.jboss.netty.buffer.ChannelBuffer cb)
Returns Linked list of PCEP Value Type.
|
static LinkedList<PcepValueType> |
PcepSrpObjectVer1.parseOptionalTlv(org.jboss.netty.buffer.ChannelBuffer cb)
Parse Optional TLvs from the channel buffer.
|
protected static LinkedList<PcepValueType> |
PcepRPObjectVer1.parseOptionalTlv(org.jboss.netty.buffer.ChannelBuffer cb)
Returns list of optional tlvs.
|
protected static LinkedList<PcepValueType> |
PcepOpenObjectVer1.parseOptionalTlv(org.jboss.netty.buffer.ChannelBuffer cb)
Returns linkedlist of optional tlvs.
|
protected static LinkedList<PcepValueType> |
PcepLspObjectVer1.parseOptionalTlv(org.jboss.netty.buffer.ChannelBuffer cb)
Returns Linked list of optional tlvs.
|
static LinkedList<PcepValueType> |
PcepLspaObjectVer1.parseOptionalTlv(org.jboss.netty.buffer.ChannelBuffer cb)
Parse list of optional tlvs.
|
static LinkedList<PcepValueType> |
PcepLabelRangeObjectVer1.parseOptionalTlv(org.jboss.netty.buffer.ChannelBuffer cb)
Returns list of optional tlvs.
|
protected static LinkedList<PcepValueType> |
PcepLabelObjectVer1.parseOptionalTlv(org.jboss.netty.buffer.ChannelBuffer cb)
Returns list of optional tlvs.
|
protected static LinkedList<PcepValueType> |
PcepErrorObjectVer1.parseOptionalTlv(org.jboss.netty.buffer.ChannelBuffer cb)
returns Linked list of optional tlvs.
|
protected static LinkedList<PcepValueType> |
PcepRroObjectVer1.parseSubObjects(org.jboss.netty.buffer.ChannelBuffer cb)
Returns list of sub objects.
|
protected static LinkedList<PcepValueType> |
PcepIroObjectVer1.parseSubObjects(org.jboss.netty.buffer.ChannelBuffer cb)
Returns linked list of sub objects.
|
protected static LinkedList<PcepValueType> |
PcepEroObjectVer1.parseSubObjects(org.jboss.netty.buffer.ChannelBuffer cb)
Parse list of Sub Objects.
|
| Constructor and Description |
|---|
PcepEroObjectVer1(PcepObjectHeader eroObjHeader,
LinkedList<PcepValueType> llSubObjects)
Constructor to initialize parameters of ERO object.
|
PcepErrorObjectVer1(PcepObjectHeader errorObjHeader,
byte yErrorType,
byte yErrorValue,
LinkedList<PcepValueType> llOptionalTlv)
Constructor to initialize variables.
|
PcepIroObjectVer1(PcepObjectHeader iroObjHeader,
LinkedList<PcepValueType> llSubObjects)
Constructor to initialize member variables.
|
PcepLabelObjectVer1(PcepObjectHeader labelObjHeader,
boolean bOFlag,
int label,
LinkedList<PcepValueType> llOptionalTlv)
Constructor to initialize parameters for PCEP label object.
|
PcepLabelRangeObjectVer1(PcepObjectHeader labelRangeObjHeader,
byte labelType,
int rangeSize,
int labelBase,
LinkedList<PcepValueType> llOptionalTlv)
Constructor to initialize parameters for PCEP label range object.
|
PcepLspaObjectVer1(PcepObjectHeader lspaObjHeader,
boolean bLFlag,
int iExcludeAny,
int iIncludeAny,
int iIncludeAll,
byte cSetupPriority,
byte cHoldPriority,
LinkedList<PcepValueType> llOptionalTlv)
Constructor to initialize member variables.
|
PcepLspObjectVer1(PcepObjectHeader lspObjHeader,
int iPlspId,
byte yOFlag,
boolean bAFlag,
boolean bRFlag,
boolean bSFlag,
boolean bDFlag,
LinkedList<PcepValueType> llOptionalTlv)
Constructor to initialize all the member variables.
|
PcepOpenObjectVer1(PcepObjectHeader openObjHeader,
byte keepAliveTime,
byte deadTime,
byte sessionID,
LinkedList<PcepValueType> llOptionalTlv)
Constructor to initialize all member variables.
|
PcepRPObjectVer1(PcepObjectHeader rpObjHeader,
int iRequestIdNum,
boolean bOFlag,
boolean bBFlag,
boolean bRFlag,
byte yPriFlag,
LinkedList<PcepValueType> llOptionalTlv)
Constructor to initialize variables.
|
PcepRroObjectVer1(PcepObjectHeader rroObjHeader,
LinkedList<PcepValueType> llSubObjects)
constructor to initialize parameters for RRO object.
|
PcepSrpObjectVer1(PcepObjectHeader srpObjHeader,
boolean bRFlag,
int srpID,
LinkedList<PcepValueType> llOptionalTlv)
Constructor to initialize member variables.
|
PcepTEObjectVer1(PcepObjectHeader teObjHeader,
byte yProtocolId,
boolean bRFlag,
boolean bSFlag,
int iTEId,
LinkedList<PcepValueType> llOptionalTlv)
Constructor to initialize variables.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PcepRsvpErrorSpec
Abstraction of an entity which provides PCPE RSVP error spec.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AdministrativeGroupTlv
Provides Administrative Group Tlv which contains value (32 Bit ).
|
class |
AutonomousSystemTlv
Provides Autonomous-System-Tlv which contains opaque value (32 Bit AS Number).
|
class |
BGPLSidentifierTlv
Provides BGP LS identifier which contains opaque value (32 Bit ID).
|
class |
GmplsCapabilityTlv
Provides GMPLS Capability Tlv.
|
class |
IGPMetricTlv
Provides IGP Link Metric .
|
class |
IPv4InterfaceAddressTlv
Provides IPv4 Interface Address .
|
class |
IPv4NeighborAddressTlv
Provides IPv4 Neighbor Address .
|
class |
IPv4SubObject
Provides IPv4 Sub Object.
|
class |
IPv4TERouterIdOfLocalNodeTlv
Provides IPv4 TE Router Id Of Local Node.
|
class |
IPv4TERouterIdOfRemoteNodeTlv
Provides IPv4 TE Router Id Of Remote Node.
|
class |
IPv6InterfaceAddressTlv
Provides IPv6 Interface Address.
|
class |
IPv6NeighborAddressTlv
Provides IPv6 Neighbor Address.
|
class |
IPv6SubObject
Provides IPv6 Sub Object.
|
class |
IPv6TERouterIdofLocalNodeTlv
Provides IPv6 TE Router Id of Local Node.
|
class |
IPv6TERouterIdofRemoteNodeTlv
Provides IPv6 TE Router Id of Remote Node.
|
class |
ISISAreaIdentifierTlv
Provides ISIS Area Identifier.
|
class |
LabelSubObject
LabelSubObject: Provides a LabelSubObject.
|
class |
LinkLocalRemoteIdentifiersTlv
Provides Local and remote Link Identifiers.
|
class |
LinkNameTlv
Provides the Link Name.
|
class |
LinkProtectionTypeTlv
Provide Link Protection Type.
|
class |
LocalTENodeDescriptorsTlv
Provides Local TE Node Descriptors TLV which contains Node Descriptor Sub-TLVs.
|
class |
MaximumLinkBandwidthTlv
Provide the Maximum Link Bandwidth.
|
class |
MaximumReservableLinkBandwidthTlv
Provide the Maximum Reservable Link Bandwidth.
|
class |
MPLSProtocolMaskTlv
Provides MPLS Protocol Mask.
|
class |
NexthopIPv4addressTlv
NexthopIPv6addressTlv provides Ipv4 address of next hop.
|
class |
NexthopIPv6addressTlv
NexthopIPv6addressTlv provides Ipv6 address of next hop.
|
class |
NexthopUnnumberedIPv4IDTlv
NexthopUnnumberedIPv4IDTlv provides the next node's ID and Interface ID.
|
class |
NodeFlagBitsTlv
Provide node Flags bits.
|
class |
NodeNameTlv
Provide the name for the node.
|
class |
OpaqueLinkAttributeTlv
Provides Opaque Link Attribute.
|
class |
OpaqueNodeAttributeTlv
Provides Opaque node attributes.
|
class |
OSPFareaIDsubTlv
Provides area ID for OSPF area.
|
class |
PathKeySubObject
Path Key SubObject: When a PCC needs to expand a path-key in order to expand a CPS, it
issues a Path Computation Request (PCReq) to the PCE identified in
the PKS in the RSVP-TE ERO that it is processing.
|
class |
PathSetupTypeTlv
Provides PcepSetup type tlv.
|
class |
PceccCapabilityTlv
Provides PceccCapabilityTlv.
|
class |
PcepLabelDbVerTlv
Provides CEP LABEL DB VERSION TLV which contains LSP State DB Version (32 Bit ).
|
class |
PcepRsvpIpv4ErrorSpec
Provides Pcep Rsvp Ipv4 Error Spec.
|
class |
PcepRsvpIpv6ErrorSpec
Provides Pcep Rsvp Ipv6 Error Spec.
|
class |
PcepRsvpUserErrorSpec
Provides Pcep Rsvp User Error Spec.
|
class |
RemoteTENodeDescriptorsTlv
Provides Remote TE Node Descriptors TLV.
|
class |
RouterIDSubTlv
Provides router id.
|
class |
RoutingUniverseTlv
Provides RoutingUniverseTLV identifiers.
|
class |
SharedRiskLinkGroupTlv
Provides SharedRiskLinkGroupTlv.
|
class |
SrEroSubObject
Provides SrEroSubObject.
|
class |
StatefulIPv4LspIdentidiersTlv
Provides StatefulIPv4LspIdentidiersTlv.
|
class |
StatefulLspDbVerTlv
Provides StatefulLspDbVerTlv.
|
class |
StatefulLspErrorCodeTlv
Provides StatefulLspErrorCodeTlv.
|
class |
StatefulPceCapabilityTlv
Provides StatefulPceCapabilityTlv.
|
class |
StatefulRsvpErrorSpecTlv
Provides StatefulRsvpErrorSpecTlv.
|
class |
SymbolicPathNameTlv
Provides SymbolicPathNameTlv.
|
class |
TedCapabilityTlv
Provides TED Capability Tlv.
|
class |
TEDefaultMetricTlv
Provides TEDefaultMetricTlv.
|
class |
TELinkAttributesTlv
Provides TELinkAttributesTlv.
|
class |
TELinkDescriptorsTlv
Provides TE Link Descriptors TLV.
|
class |
TENodeAttributesTlv
Provides TE Node Attributes Tlv.
|
class |
UnreservedBandwidthTlv
Provides Unreserved Bandwidth Tlv.
|
| Modifier and Type | Method and Description |
|---|---|
static PcepValueType |
StatefulRsvpErrorSpecTlv.read(org.jboss.netty.buffer.ChannelBuffer cb)
Reads channel buffer and returns object of StatefulRsvpErrorSpecTlv.
|
static PcepValueType |
StatefulPceCapabilityTlv.read(org.jboss.netty.buffer.ChannelBuffer c)
Reads from channel buffer and returns object of StatefulPceCapabilityTlv.
|
static PcepValueType |
StatefulIPv4LspIdentidiersTlv.read(org.jboss.netty.buffer.ChannelBuffer c)
Reads the channel buffer and returns object of StatefulIPv4LspIdentidiersTlv.
|
static PcepValueType |
SrEroSubObject.read(org.jboss.netty.buffer.ChannelBuffer c)
Reads the channel buffer and returns object of SrEroSubObject.
|
static PcepValueType |
PathKeySubObject.read(org.jboss.netty.buffer.ChannelBuffer c)
Reads the channel buffer and returns new path key sub objects.
|
static PcepValueType |
NodeFlagBitsTlv.read(org.jboss.netty.buffer.ChannelBuffer c)
Reads the channel buffer and returns object of NodeFlagBitsTlv.
|
static PcepValueType |
MPLSProtocolMaskTlv.read(org.jboss.netty.buffer.ChannelBuffer c)
Reads the channel buffer and returns object of MPLS Protocol Mask Tlv.
|
static PcepValueType |
LinkProtectionTypeTlv.read(org.jboss.netty.buffer.ChannelBuffer c)
Reads the channel buffer and returns object of LinkProtectionTypeTlv.
|
static PcepValueType |
LinkLocalRemoteIdentifiersTlv.read(org.jboss.netty.buffer.ChannelBuffer c)
Reads the channel buffer and returns object of LinkLocalRemoteIdentifiersTlv.
|
static PcepValueType |
LabelSubObject.read(org.jboss.netty.buffer.ChannelBuffer c)
Reads the channel buffer and returns object of LabelSubObject.
|
static PcepValueType |
IPv4SubObject.read(org.jboss.netty.buffer.ChannelBuffer c)
Reads the channel buffer and returns object of IPv4SubObject.
|
static PcepValueType |
TENodeAttributesTlv.read(org.jboss.netty.buffer.ChannelBuffer c,
short hLength)
Reads the channel buffer and returns object of TENodeAttributesTlv.
|
static PcepValueType |
TELinkDescriptorsTlv.read(org.jboss.netty.buffer.ChannelBuffer c,
short length)
Reads channel buffer and returns object of TELinkDescriptorsTLV.
|
static PcepValueType |
TELinkAttributesTlv.read(org.jboss.netty.buffer.ChannelBuffer c,
short hLength)
Reads channel buffer and returns object of TE Link Attributes TLV.
|
static PcepValueType |
SharedRiskLinkGroupTlv.read(org.jboss.netty.buffer.ChannelBuffer c,
short hLength)
Reads from channel buffer and returns object of SharedRiskLinkGroupTlv.
|
static PcepValueType |
RouterIDSubTlv.read(org.jboss.netty.buffer.ChannelBuffer c,
short hLength)
Reads channel buffer and returns object of RouterIDSubTlv.
|
static PcepValueType |
RemoteTENodeDescriptorsTlv.read(org.jboss.netty.buffer.ChannelBuffer c,
short length)
Reads channel buffer and returns object of Remote TE Node Descriptors TLV.
|
static PcepValueType |
OpaqueNodeAttributeTlv.read(org.jboss.netty.buffer.ChannelBuffer c,
short hLength)
Reads the channel buffer and returns object of Opaque Node Attribute Tlv.
|
static PcepValueType |
OpaqueLinkAttributeTlv.read(org.jboss.netty.buffer.ChannelBuffer c,
short hLength)
Reads the channel buffer and returns object of OpaqueLinkAttributeTlv.
|
static PcepValueType |
NodeNameTlv.read(org.jboss.netty.buffer.ChannelBuffer c,
short hLength)
Reads the channel buffer and returns object of NodeNameTlv.
|
static PcepValueType |
LocalTENodeDescriptorsTlv.read(org.jboss.netty.buffer.ChannelBuffer c,
short hLength)
Reads the channel buffer and returns object of AutonomousSystemTlv.
|
static PcepValueType |
LinkNameTlv.read(org.jboss.netty.buffer.ChannelBuffer c,
short hLength)
Reads the channel buffer and returns object of LinkNameTlv.
|
static PcepValueType |
ISISAreaIdentifierTlv.read(org.jboss.netty.buffer.ChannelBuffer c,
short hLength)
Reads the channel buffer and returns object of ISISAreaIdentifierTlv.
|
static PcepValueType |
IGPMetricTlv.read(org.jboss.netty.buffer.ChannelBuffer c,
short hLength)
Reads the channel buffer and returns object of IGPMetricTlv.
|
| Modifier and Type | Method and Description |
|---|---|
LinkedList<PcepValueType> |
TELinkAttributesTlv.getllLinkAttributesSubTLVs()
Returns linked list of Link Attribute of Sub TLV.
|
LinkedList<PcepValueType> |
TELinkDescriptorsTlv.getllLinkDescriptorsSubTLVs()
Returns linked list of Link Attribute of Sub TLV.
|
LinkedList<PcepValueType> |
TENodeAttributesTlv.getllNodeAttributesSubTLVs()
Returns Node Attributes Sub-TLVs.
|
LinkedList<PcepValueType> |
LocalTENodeDescriptorsTlv.getllNodeDescriptorSubTLVs()
Returns Linked List of tlvs.
|
LinkedList<PcepValueType> |
RemoteTENodeDescriptorsTlv.getllRemoteTENodeDescriptorSubTLVs()
Returns Remote TE Node Descriptor Sub TLVs.
|
| Modifier and Type | Method and Description |
|---|---|
static TENodeAttributesTlv |
TENodeAttributesTlv.of(LinkedList<PcepValueType> llNodeAttributesSubTLVs)
Returns object of TENodeAttributesTlv.
|
static TELinkDescriptorsTlv |
TELinkDescriptorsTlv.of(LinkedList<PcepValueType> llLinkDescriptorsSubTLVs)
Returns object of TELinkDescriptorsTLV.
|
static TELinkAttributesTlv |
TELinkAttributesTlv.of(LinkedList<PcepValueType> llLinkAttributesSubTLVs)
Returns object of TE Link Attributes TLV.
|
static RemoteTENodeDescriptorsTlv |
RemoteTENodeDescriptorsTlv.of(LinkedList<PcepValueType> llRemoteTENodeDescriptorSubTLVs)
Returns object of Remote TE Node Descriptors TLV.
|
static LocalTENodeDescriptorsTlv |
LocalTENodeDescriptorsTlv.of(LinkedList<PcepValueType> llNodeDescriptorSubTLVs)
Returns a new object of LocalTENodeDescriptorsTLV.
|
| Constructor and Description |
|---|
LocalTENodeDescriptorsTlv(LinkedList<PcepValueType> llNodeDescriptorSubTLVs)
Constructor to initialize llNodeDescriptorSubTLVs.
|
PcepRsvpUserErrorSpec(PcepRsvpSpecObjHeader objHeader,
int enterpriseNum,
byte subOrg,
byte errDescLen,
short userErrorValue,
byte[] errDesc,
LinkedList<PcepValueType> llRsvpUserSpecSubObj)
Default constructor.
|
RemoteTENodeDescriptorsTlv(LinkedList<PcepValueType> llRemoteTENodeDescriptorSubTLVs)
Constructor to initialize llRemoteTENodeDescriptorSubTLVs.
|
TELinkAttributesTlv(LinkedList<PcepValueType> llLinkAttributesSubTLVs)
Constructor to initialize Link Attributes Sub TLVs.
|
TELinkDescriptorsTlv(LinkedList<PcepValueType> llLinkDescriptorsSubTLVs)
Constructor to initialize llLinkDescriptorsSubTLVs.
|
TENodeAttributesTlv(LinkedList<PcepValueType> llNodeAttributesSubTLVs)
Constructor to initialize llNodeAttributesSubTLVs.
|
Copyright © 2015. All rights reserved.