Class GeneralizedLabelParser
java.lang.Object
org.opendaylight.protocol.rsvp.parser.impl.subobject.label.GeneralizedLabelParser
- All Implemented Interfaces:
LabelParser
,LabelSerializer
Parser for
GeneralizedLabelCase
.-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal LabelType
parseLabel
(io.netty.buffer.ByteBuf buffer) final void
serializeLabel
(boolean unidirectional, boolean global, LabelType subobject, io.netty.buffer.ByteBuf buffer)
-
Field Details
-
CTYPE
public static final int CTYPE- See Also:
-
-
Constructor Details
-
GeneralizedLabelParser
public GeneralizedLabelParser()
-
-
Method Details
-
parseLabel
- Specified by:
parseLabel
in interfaceLabelParser
- Throws:
RSVPParsingException
-
serializeLabel
public final void serializeLabel(boolean unidirectional, boolean global, LabelType subobject, io.netty.buffer.ByteBuf buffer) - Specified by:
serializeLabel
in interfaceLabelSerializer
-