Uses of Interface
org.opendaylight.protocol.pcep.spi.TlvParser
-
-
Uses of TlvParser in org.opendaylight.protocol.pcep.ietf.initiated
Classes in org.opendaylight.protocol.pcep.ietf.initiated that implement TlvParser Modifier and Type Class Description classInitiatedStatefulCapabilityTlvParserParser forStateful. -
Uses of TlvParser in org.opendaylight.protocol.pcep.ietf.stateful
Classes in org.opendaylight.protocol.pcep.ietf.stateful that implement TlvParser Modifier and Type Class Description classPathBindingTlvParserParser forPathBinding.classStatefulLSPIdentifierIpv4TlvParserParser forLspIdentifiers.classStatefulLSPIdentifierIpv6TlvParserParser forLspIdentifiers.classStatefulLspSymbolicNameTlvParserParser forSymbolicPathName.classStatefulLspUpdateErrorTlvParserParser forLspErrorCode.classStatefulRSVPErrorSpecTlvParserParser forRsvpErrorSpec.classStatefulStatefulCapabilityTlvParserParser forStateful. -
Uses of TlvParser in org.opendaylight.protocol.pcep.p2mp.te.lsp
Classes in org.opendaylight.protocol.pcep.p2mp.te.lsp that implement TlvParser Modifier and Type Class Description classP2MPTeLspCapabilityParser -
Uses of TlvParser in org.opendaylight.protocol.pcep.parser.tlv
Classes in org.opendaylight.protocol.pcep.parser.tlv that implement TlvParser Modifier and Type Class Description classAbstractVendorInformationTlvParserclassNoPathVectorTlvParserParser forNoPathVector.classOFListTlvParserParser forOfList.classOrderTlvParserParser forOrder.classOverloadedDurationTlvParserParser forOverloadDuration.classPathSetupTypeTlvParserclassReqMissingTlvParserParserReqMissing. -
Uses of TlvParser in org.opendaylight.protocol.pcep.segment.routing
Classes in org.opendaylight.protocol.pcep.segment.routing that implement TlvParser Modifier and Type Class Description classSrPathSetupTypeTlvParserclassSrPceCapabilityTlvParser -
Uses of TlvParser in org.opendaylight.protocol.pcep.spi
Methods in org.opendaylight.protocol.pcep.spi with parameters of type TlvParser Modifier and Type Method Description org.opendaylight.yangtools.concepts.RegistrationPCEPExtensionProviderContext. registerTlvParser(int tlvType, TlvParser parser)org.opendaylight.yangtools.concepts.RegistrationPCEPExtensionProviderContext. registerVendorInformationTlvParser(EnterpriseNumber enterpriseNumber, TlvParser parser) -
Uses of TlvParser in org.opendaylight.protocol.pcep.spi.pojo
Methods in org.opendaylight.protocol.pcep.spi.pojo with parameters of type TlvParser Modifier and Type Method Description org.opendaylight.yangtools.concepts.RegistrationSimplePCEPExtensionProviderContext. registerTlvParser(int tlvType, TlvParser parser)org.opendaylight.yangtools.concepts.RegistrationSimpleTlvRegistry. registerTlvParser(int tlvType, TlvParser parser)org.opendaylight.yangtools.concepts.RegistrationSimplePCEPExtensionProviderContext. registerVendorInformationTlvParser(EnterpriseNumber enterpriseNumber, TlvParser parser)org.opendaylight.yangtools.concepts.RegistrationSimpleVendorInformationTlvRegistry. registerVendorInformationTlvParser(EnterpriseNumber enterpriseNumber, TlvParser parser) -
Uses of TlvParser in org.opendaylight.protocol.pcep.sync.optimizations
Classes in org.opendaylight.protocol.pcep.sync.optimizations that implement TlvParser Modifier and Type Class Description classLspDbVersionTlvParserclassSpeakerEntityIdTlvParserclassSyncOptimizationsCapabilityTlvParser
-