Uses of Interface
org.opendaylight.protocol.rsvp.parser.spi.EROSubobjectParser
-
Packages that use EROSubobjectParser Package Description org.opendaylight.protocol.rsvp.parser.impl.subobject.ero org.opendaylight.protocol.rsvp.parser.spi org.opendaylight.protocol.rsvp.parser.spi.pojo -
-
Uses of EROSubobjectParser in org.opendaylight.protocol.rsvp.parser.impl.subobject.ero
Classes in org.opendaylight.protocol.rsvp.parser.impl.subobject.ero that implement EROSubobjectParser Modifier and Type Class Description class
EROAsNumberSubobjectParser
Parser forAsNumberCase
.class
EROExplicitExclusionRouteSubobjectParser
class
EROIpv4PrefixSubobjectParser
Parser forIpPrefixCase
.class
EROIpv6PrefixSubobjectParser
Parser forIpPrefixCase
.class
EROLabelSubobjectParser
class
EROPathKey128SubobjectParser
Parser for { PathKey }.class
EROPathKey32SubobjectParser
Parser for {PathKey}.class
EROUnnumberedInterfaceSubobjectParser
Parser forUnnumberedCase
.class
SEROBasicProtectionSubobjectParser
-
Uses of EROSubobjectParser in org.opendaylight.protocol.rsvp.parser.spi
Methods in org.opendaylight.protocol.rsvp.parser.spi with parameters of type EROSubobjectParser Modifier and Type Method Description org.opendaylight.yangtools.concepts.Registration
RSVPExtensionProviderContext. registerEROSubobjectParser(int subobjectType, EROSubobjectParser parser)
-
Uses of EROSubobjectParser in org.opendaylight.protocol.rsvp.parser.spi.pojo
Methods in org.opendaylight.protocol.rsvp.parser.spi.pojo with parameters of type EROSubobjectParser Modifier and Type Method Description org.opendaylight.yangtools.concepts.Registration
SimpleRSVPExtensionProviderContext. registerEROSubobjectParser(int subobjectType, EROSubobjectParser parser)
org.opendaylight.yangtools.concepts.Registration
SimpleEROSubobjectRegistry. registerSubobjectParser(int subobjectType, EROSubobjectParser parser)
-