Uses of Interface
org.opendaylight.protocol.pcep.spi.RROSubobjectRegistry
- 
Packages that use RROSubobjectRegistry Package Description org.opendaylight.protocol.pcep.parser.object org.opendaylight.protocol.pcep.spi org.opendaylight.protocol.pcep.spi.pojo  - 
- 
Uses of RROSubobjectRegistry in org.opendaylight.protocol.pcep.parser.object
Constructors in org.opendaylight.protocol.pcep.parser.object with parameters of type RROSubobjectRegistry Constructor Description AbstractRROWithSubobjectsParser(RROSubobjectRegistry subobjReg, int objectClass, int objectType)PCEPReportedRouteObjectParser(RROSubobjectRegistry subobjReg)PCEPSecondaryRecordRouteObjectParser(RROSubobjectRegistry subobjReg) - 
Uses of RROSubobjectRegistry in org.opendaylight.protocol.pcep.spi
Methods in org.opendaylight.protocol.pcep.spi that return RROSubobjectRegistry Modifier and Type Method Description RROSubobjectRegistryPCEPExtensionConsumerContext. getRROSubobjectHandlerRegistry() - 
Uses of RROSubobjectRegistry in org.opendaylight.protocol.pcep.spi.pojo
Classes in org.opendaylight.protocol.pcep.spi.pojo that implement RROSubobjectRegistry Modifier and Type Class Description classSimpleRROSubobjectRegistryMethods in org.opendaylight.protocol.pcep.spi.pojo that return RROSubobjectRegistry Modifier and Type Method Description RROSubobjectRegistrySimplePCEPExtensionProviderContext. getRROSubobjectHandlerRegistry() 
 -