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 classRROIpv4PrefixSubobjectParserParser forIpPrefixCase.classRROIpv6PrefixSubobjectParserParser forIpPrefixCase.classRROLabelSubobjectParserclassRROPathKey32SubobjectParserclassRROUnnumberedInterfaceSubobjectParserParser 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 classSrRroSubobjectParser -
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.RegistrationPCEPExtensionProviderContext. 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.RegistrationSimplePCEPExtensionProviderContext. registerRROSubobjectSerializer(Class<? extends SubobjectType> subobjectClass, RROSubobjectSerializer serializer)org.opendaylight.yangtools.concepts.RegistrationSimpleRROSubobjectRegistry. registerSubobjectSerializer(Class<? extends SubobjectType> subobjectClass, RROSubobjectSerializer serializer)
-