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 class
RROIpv4PrefixSubobjectParser
Parser forIpPrefixCase
.class
RROIpv6PrefixSubobjectParser
Parser forIpPrefixCase
.class
RROLabelSubobjectParser
class
RROPathKey128SubobjectParser
class
RROPathKey32SubobjectParser
class
RROUnnumberedInterfaceSubobjectParser
Parser 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 class
SrRroSubobjectParser
-
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.Registration
PCEPExtensionProviderContext. 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.Registration
SimplePCEPExtensionProviderContext. registerRROSubobjectParser(int subobjectType, RROSubobjectParser parser)
org.opendaylight.yangtools.concepts.Registration
SimpleRROSubobjectRegistry. registerSubobjectParser(int subobjectType, RROSubobjectParser parser)
-