Uses of Interface
org.opendaylight.protocol.pcep.spi.LabelParser
-
Packages that use LabelParser Package Description org.opendaylight.protocol.pcep.parser.subobject org.opendaylight.protocol.pcep.spi org.opendaylight.protocol.pcep.spi.pojo -
-
Uses of LabelParser in org.opendaylight.protocol.pcep.parser.subobject
Classes in org.opendaylight.protocol.pcep.parser.subobject that implement LabelParser Modifier and Type Class Description classGeneralizedLabelParserParser forGeneralizedLabelCase.classType1LabelParserParser forType1LabelCase.classWavebandSwitchingLabelParserParser forWavebandSwitchingLabelCase. -
Uses of LabelParser in org.opendaylight.protocol.pcep.spi
Methods in org.opendaylight.protocol.pcep.spi with parameters of type LabelParser Modifier and Type Method Description org.opendaylight.yangtools.concepts.RegistrationPCEPExtensionProviderContext. registerLabelParser(int ctype, LabelParser parser) -
Uses of LabelParser in org.opendaylight.protocol.pcep.spi.pojo
Methods in org.opendaylight.protocol.pcep.spi.pojo with parameters of type LabelParser Modifier and Type Method Description org.opendaylight.yangtools.concepts.RegistrationSimpleLabelRegistry. registerLabelParser(int ctype, LabelParser parser)org.opendaylight.yangtools.concepts.RegistrationSimplePCEPExtensionProviderContext. registerLabelParser(int ctype, LabelParser parser)
-