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 class
RROIpv4PrefixSubobjectParser
Parser forIpPrefixCase
.class
RROIpv6PrefixSubobjectParser
Parser forIpPrefixCase
.class
RROLabelSubobjectParser
class
RROPathKey128SubobjectParser
class
RROPathKey32SubobjectParser
class
RROUnnumberedInterfaceSubobjectParser
Parser forUnnumberedCase
.class
SRROBasicProtectionSubobjectParser
Parser 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.Registration
RSVPExtensionProviderContext. 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.Registration
SimpleRSVPExtensionProviderContext. registerRROSubobjectParser(int subobjectType, RROSubobjectParser parser)
org.opendaylight.yangtools.concepts.Registration
SimpleRROSubobjectRegistry. registerSubobjectParser(int subobjectType, RROSubobjectParser parser)
-