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 class
XROAsNumberSubobjectParser
Parser forAsNumberCase
.class
XROIpv4PrefixSubobjectParser
Parser forIpPrefixCase
.class
XROIpv6PrefixSubobjectParser
Parser forIpPrefixCase
.class
XROPathKey128SubobjectParser
Parser forPathKey
.class
XROPathKey32SubobjectParser
Parser forPathKey
.class
XROSrlgSubobjectParser
Parser forSrlgCase
.class
XROUnnumberedInterfaceSubobjectParser
Parser 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.Registration
PCEPExtensionProviderContext. 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.Registration
SimpleXROSubobjectRegistry. registerSubobjectParser(int subobjectType, XROSubobjectParser parser)
org.opendaylight.yangtools.concepts.Registration
SimplePCEPExtensionProviderContext. registerXROSubobjectParser(int subobjectType, XROSubobjectParser parser)
-