Uses of Interface
org.opendaylight.protocol.rsvp.parser.spi.RROSubobjectParser
- 
Packages that use RROSubobjectParser Package Description org.opendaylight.protocol.rsvp.parser.impl.subobject.rro org.opendaylight.protocol.rsvp.parser.spi org.opendaylight.protocol.rsvp.parser.spi.pojo  - 
- 
Uses of RROSubobjectParser in org.opendaylight.protocol.rsvp.parser.impl.subobject.rro
Classes in org.opendaylight.protocol.rsvp.parser.impl.subobject.rro that implement RROSubobjectParser Modifier and Type Class Description classRROIpv4PrefixSubobjectParserParser forIpPrefixCase.classRROIpv6PrefixSubobjectParserParser forIpPrefixCase.classRROLabelSubobjectParserclassRROPathKey128SubobjectParserclassRROPathKey32SubobjectParserclassRROUnnumberedInterfaceSubobjectParserParser forUnnumberedCase.classSRROBasicProtectionSubobjectParserParser forBasicProtectionCase. - 
Uses of RROSubobjectParser in org.opendaylight.protocol.rsvp.parser.spi
Methods in org.opendaylight.protocol.rsvp.parser.spi with parameters of type RROSubobjectParser Modifier and Type Method Description org.opendaylight.yangtools.concepts.RegistrationRSVPExtensionProviderContext. registerRROSubobjectParser(int subobjectType, RROSubobjectParser parser) - 
Uses of RROSubobjectParser in org.opendaylight.protocol.rsvp.parser.spi.pojo
Methods in org.opendaylight.protocol.rsvp.parser.spi.pojo with parameters of type RROSubobjectParser Modifier and Type Method Description org.opendaylight.yangtools.concepts.RegistrationSimpleRSVPExtensionProviderContext. registerRROSubobjectParser(int subobjectType, RROSubobjectParser parser)org.opendaylight.yangtools.concepts.RegistrationSimpleRROSubobjectRegistry. registerSubobjectParser(int subobjectType, RROSubobjectParser parser) 
 -