Uses of Interface
org.opendaylight.protocol.pcep.spi.RROSubobjectParser
-
-
Uses of RROSubobjectParser in org.opendaylight.protocol.pcep.parser.subobject
Classes in org.opendaylight.protocol.pcep.parser.subobject that implement RROSubobjectParser Modifier and Type Class Description classRROIpv4PrefixSubobjectParserParser forIpPrefixCase.classRROIpv6PrefixSubobjectParserParser forIpPrefixCase.classRROLabelSubobjectParserclassRROPathKey128SubobjectParserclassRROPathKey32SubobjectParserclassRROUnnumberedInterfaceSubobjectParserParser forUnnumberedCase. -
Uses of RROSubobjectParser in org.opendaylight.protocol.pcep.segment.routing
Classes in org.opendaylight.protocol.pcep.segment.routing that implement RROSubobjectParser Modifier and Type Class Description classSrRroSubobjectParser -
Uses of RROSubobjectParser in org.opendaylight.protocol.pcep.spi
Methods in org.opendaylight.protocol.pcep.spi with parameters of type RROSubobjectParser Modifier and Type Method Description org.opendaylight.yangtools.concepts.RegistrationPCEPExtensionProviderContext. registerRROSubobjectParser(int subobjectType, RROSubobjectParser parser) -
Uses of RROSubobjectParser in org.opendaylight.protocol.pcep.spi.pojo
Methods in org.opendaylight.protocol.pcep.spi.pojo with parameters of type RROSubobjectParser Modifier and Type Method Description org.opendaylight.yangtools.concepts.RegistrationSimplePCEPExtensionProviderContext. registerRROSubobjectParser(int subobjectType, RROSubobjectParser parser)org.opendaylight.yangtools.concepts.RegistrationSimpleRROSubobjectRegistry. registerSubobjectParser(int subobjectType, RROSubobjectParser parser)
-