Uses of Interface
org.opendaylight.protocol.rsvp.parser.spi.LabelParser
-
Packages that use LabelParser Package Description org.opendaylight.protocol.rsvp.parser.impl.subobject.label org.opendaylight.protocol.rsvp.parser.spi org.opendaylight.protocol.rsvp.parser.spi.pojo -
-
Uses of LabelParser in org.opendaylight.protocol.rsvp.parser.impl.subobject.label
Classes in org.opendaylight.protocol.rsvp.parser.impl.subobject.label 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.rsvp.parser.spi
Methods in org.opendaylight.protocol.rsvp.parser.spi with parameters of type LabelParser Modifier and Type Method Description org.opendaylight.yangtools.concepts.Registration
RSVPExtensionProviderContext. registerLabelParser(int ctype, LabelParser parser)
-
Uses of LabelParser in org.opendaylight.protocol.rsvp.parser.spi.pojo
Methods in org.opendaylight.protocol.rsvp.parser.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
SimpleRSVPExtensionProviderContext. registerLabelParser(int ctype, LabelParser parser)
-