Uses of Interface
org.opendaylight.protocol.pcep.spi.EROSubobjectParser
-
-
Uses of EROSubobjectParser in org.opendaylight.protocol.pcep.parser.subobject
Classes in org.opendaylight.protocol.pcep.parser.subobject that implement EROSubobjectParser Modifier and Type Class Description classEROAsNumberSubobjectParserParser forAsNumberCase.classEROExplicitExclusionRouteSubobjectParserclassEROIpv4PrefixSubobjectParserParser forIpPrefixCase.classEROIpv6PrefixSubobjectParserParser forIpPrefixCase.classEROLabelSubobjectParserclassEROPathKey128SubobjectParserclassEROPathKey32SubobjectParserclassEROUnnumberedInterfaceSubobjectParserParser forUnnumberedCase. -
Uses of EROSubobjectParser in org.opendaylight.protocol.pcep.segment.routing
Classes in org.opendaylight.protocol.pcep.segment.routing that implement EROSubobjectParser Modifier and Type Class Description classSrEroSubobjectParser -
Uses of EROSubobjectParser in org.opendaylight.protocol.pcep.spi
Classes in org.opendaylight.protocol.pcep.spi that implement EROSubobjectParser Modifier and Type Class Description classAbstractEROPathKeySubobjectParserParser forPathKey.Methods in org.opendaylight.protocol.pcep.spi with parameters of type EROSubobjectParser Modifier and Type Method Description org.opendaylight.yangtools.concepts.RegistrationPCEPExtensionProviderContext. registerEROSubobjectParser(int subobjectType, EROSubobjectParser parser) -
Uses of EROSubobjectParser in org.opendaylight.protocol.pcep.spi.pojo
Methods in org.opendaylight.protocol.pcep.spi.pojo with parameters of type EROSubobjectParser Modifier and Type Method Description org.opendaylight.yangtools.concepts.RegistrationSimplePCEPExtensionProviderContext. registerEROSubobjectParser(int subobjectType, EROSubobjectParser parser)org.opendaylight.yangtools.concepts.RegistrationSimpleEROSubobjectRegistry. registerSubobjectParser(int subobjectType, EROSubobjectParser parser)
-