Uses of Interface
org.opendaylight.protocol.pcep.spi.RROSubobjectSerializer
-
-
Uses of RROSubobjectSerializer in org.opendaylight.protocol.pcep.parser.subobject
Classes in org.opendaylight.protocol.pcep.parser.subobject that implement RROSubobjectSerializer Modifier and Type Class Description class
RROIpv4PrefixSubobjectParser
Parser forIpPrefixCase
.class
RROIpv6PrefixSubobjectParser
Parser forIpPrefixCase
.class
RROLabelSubobjectParser
class
RROPathKey32SubobjectParser
class
RROUnnumberedInterfaceSubobjectParser
Parser forUnnumberedCase
. -
Uses of RROSubobjectSerializer in org.opendaylight.protocol.pcep.segment.routing
Classes in org.opendaylight.protocol.pcep.segment.routing that implement RROSubobjectSerializer Modifier and Type Class Description class
SrRroSubobjectParser
-
Uses of RROSubobjectSerializer in org.opendaylight.protocol.pcep.spi
Methods in org.opendaylight.protocol.pcep.spi with parameters of type RROSubobjectSerializer Modifier and Type Method Description org.opendaylight.yangtools.concepts.Registration
PCEPExtensionProviderContext. registerRROSubobjectSerializer(Class<? extends SubobjectType> subobjectClass, RROSubobjectSerializer serializer)
-
Uses of RROSubobjectSerializer in org.opendaylight.protocol.pcep.spi.pojo
Methods in org.opendaylight.protocol.pcep.spi.pojo with parameters of type RROSubobjectSerializer Modifier and Type Method Description org.opendaylight.yangtools.concepts.Registration
SimplePCEPExtensionProviderContext. registerRROSubobjectSerializer(Class<? extends SubobjectType> subobjectClass, RROSubobjectSerializer serializer)
org.opendaylight.yangtools.concepts.Registration
SimpleRROSubobjectRegistry. registerSubobjectSerializer(Class<? extends SubobjectType> subobjectClass, RROSubobjectSerializer serializer)
-