Uses of Interface
org.opendaylight.protocol.rsvp.parser.spi.XROSubobjectParser
-
Packages that use XROSubobjectParser Package Description org.opendaylight.protocol.rsvp.parser.impl.subobject.xro org.opendaylight.protocol.rsvp.parser.spi org.opendaylight.protocol.rsvp.parser.spi.pojo -
-
Uses of XROSubobjectParser in org.opendaylight.protocol.rsvp.parser.impl.subobject.xro
Classes in org.opendaylight.protocol.rsvp.parser.impl.subobject.xro that implement XROSubobjectParser Modifier and Type Class Description classXROAsNumberSubobjectParserParser forAsNumberCase.classXROIpv4PrefixSubobjectParserclassXROIpv6PrefixSubobjectParserParser forIpPrefixCase.classXROPathKey128SubobjectParserParser for { PathKey}.classXROPathKey32SubobjectParserParser for { PathKey}.classXROSrlgSubobjectParserParser forSrlgCase.classXROUnnumberedInterfaceSubobjectParserParser forUnnumberedCase. -
Uses of XROSubobjectParser in org.opendaylight.protocol.rsvp.parser.spi
Methods in org.opendaylight.protocol.rsvp.parser.spi with parameters of type XROSubobjectParser Modifier and Type Method Description org.opendaylight.yangtools.concepts.RegistrationRSVPExtensionProviderContext. registerXROSubobjectParser(int subobjectType, XROSubobjectParser parser) -
Uses of XROSubobjectParser in org.opendaylight.protocol.rsvp.parser.spi.pojo
Methods in org.opendaylight.protocol.rsvp.parser.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.RegistrationSimpleRSVPExtensionProviderContext. registerXROSubobjectParser(int subobjectType, XROSubobjectParser parser)
-