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 class
GeneralizedLabelParser
Parser forGeneralizedLabelCase
.class
Type1LabelParser
Parser forType1LabelCase
.class
WavebandSwitchingLabelParser
Parser 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.Registration
PCEPExtensionProviderContext. 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.Registration
SimpleLabelRegistry. registerLabelParser(int ctype, LabelParser parser)
org.opendaylight.yangtools.concepts.Registration
SimplePCEPExtensionProviderContext. registerLabelParser(int ctype, LabelParser parser)
-