Uses of Interface
org.opendaylight.protocol.pcep.spi.XROSubobjectParser
-
Packages that use XROSubobjectParser Package Description org.opendaylight.protocol.pcep.parser.subobject org.opendaylight.protocol.pcep.spi org.opendaylight.protocol.pcep.spi.pojo -
-
Uses of XROSubobjectParser in org.opendaylight.protocol.pcep.parser.subobject
Classes in org.opendaylight.protocol.pcep.parser.subobject that implement XROSubobjectParser Modifier and Type Class Description classXROAsNumberSubobjectParserParser forAsNumberCase.classXROIpv4PrefixSubobjectParserParser forIpPrefixCase.classXROIpv6PrefixSubobjectParserParser forIpPrefixCase.classXROPathKey128SubobjectParserParser forPathKey.classXROPathKey32SubobjectParserParser forPathKey.classXROSrlgSubobjectParserParser forSrlgCase.classXROUnnumberedInterfaceSubobjectParserParser forUnnumberedCase. -
Uses of XROSubobjectParser in org.opendaylight.protocol.pcep.spi
Methods in org.opendaylight.protocol.pcep.spi with parameters of type XROSubobjectParser Modifier and Type Method Description org.opendaylight.yangtools.concepts.RegistrationPCEPExtensionProviderContext. registerXROSubobjectParser(int subobjectType, XROSubobjectParser parser) -
Uses of XROSubobjectParser in org.opendaylight.protocol.pcep.spi.pojo
Methods in org.opendaylight.protocol.pcep.spi.pojo with parameters of type XROSubobjectParser Modifier and Type Method Description org.opendaylight.yangtools.concepts.RegistrationSimpleXROSubobjectRegistry. registerSubobjectParser(int subobjectType, XROSubobjectParser parser)org.opendaylight.yangtools.concepts.RegistrationSimplePCEPExtensionProviderContext. registerXROSubobjectParser(int subobjectType, XROSubobjectParser parser)
-