Uses of Interface
org.opendaylight.protocol.pcep.spi.EROSubobjectRegistry
-
-
Uses of EROSubobjectRegistry in org.opendaylight.protocol.pcep.parser.object
Constructors in org.opendaylight.protocol.pcep.parser.object with parameters of type EROSubobjectRegistry Constructor Description AbstractEROWithSubobjectsParser(EROSubobjectRegistry subobjReg, int objectClass, int objectType)PCEPExplicitRouteObjectParser(EROSubobjectRegistry subobjReg)PCEPIncludeRouteObjectParser(EROSubobjectRegistry subobjReg)PCEPPathKeyObjectParser(EROSubobjectRegistry subReg)PCEPSecondaryExplicitRouteObjecParser(EROSubobjectRegistry subobjReg) -
Uses of EROSubobjectRegistry in org.opendaylight.protocol.pcep.parser.object.bnc
Constructors in org.opendaylight.protocol.pcep.parser.object.bnc with parameters of type EROSubobjectRegistry Constructor Description BranchNodeListObjectParser(EROSubobjectRegistry subobjReg)NonBranchNodeListObjectParser(EROSubobjectRegistry subobjReg) -
Uses of EROSubobjectRegistry in org.opendaylight.protocol.pcep.spi
Methods in org.opendaylight.protocol.pcep.spi that return EROSubobjectRegistry Modifier and Type Method Description EROSubobjectRegistryPCEPExtensionConsumerContext. getEROSubobjectHandlerRegistry() -
Uses of EROSubobjectRegistry in org.opendaylight.protocol.pcep.spi.pojo
Classes in org.opendaylight.protocol.pcep.spi.pojo that implement EROSubobjectRegistry Modifier and Type Class Description classSimpleEROSubobjectRegistryMethods in org.opendaylight.protocol.pcep.spi.pojo that return EROSubobjectRegistry Modifier and Type Method Description EROSubobjectRegistrySimplePCEPExtensionProviderContext. getEROSubobjectHandlerRegistry()
-