Uses of Interface
org.opendaylight.protocol.pcep.spi.LabelRegistry
-
Packages that use LabelRegistry Package Description org.opendaylight.protocol.pcep.parser.subobject org.opendaylight.protocol.pcep.spi org.opendaylight.protocol.pcep.spi.pojo -
-
Uses of LabelRegistry in org.opendaylight.protocol.pcep.parser.subobject
Constructors in org.opendaylight.protocol.pcep.parser.subobject with parameters of type LabelRegistry Constructor Description EROLabelSubobjectParser(LabelRegistry labelReg)RROLabelSubobjectParser(LabelRegistry labelReg) -
Uses of LabelRegistry in org.opendaylight.protocol.pcep.spi
Methods in org.opendaylight.protocol.pcep.spi that return LabelRegistry Modifier and Type Method Description LabelRegistryPCEPExtensionConsumerContext. getLabelHandlerRegistry() -
Uses of LabelRegistry in org.opendaylight.protocol.pcep.spi.pojo
Classes in org.opendaylight.protocol.pcep.spi.pojo that implement LabelRegistry Modifier and Type Class Description classSimpleLabelRegistryMethods in org.opendaylight.protocol.pcep.spi.pojo that return LabelRegistry Modifier and Type Method Description LabelRegistrySimplePCEPExtensionProviderContext. getLabelHandlerRegistry()
-