Class GeneralizedLabelParser
- java.lang.Object
- 
- org.opendaylight.protocol.rsvp.parser.impl.subobject.label.GeneralizedLabelParser
 
- 
- All Implemented Interfaces:
- LabelParser,- LabelSerializer
 
 public class GeneralizedLabelParser extends Object implements LabelParser, LabelSerializer Parser forGeneralizedLabelCase.
- 
- 
Field SummaryFields Modifier and Type Field Description static intCTYPE
 - 
Constructor SummaryConstructors Constructor Description GeneralizedLabelParser()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description LabelTypeparseLabel(io.netty.buffer.ByteBuf buffer)voidserializeLabel(boolean unidirectional, boolean global, LabelType subobject, io.netty.buffer.ByteBuf buffer)
 
- 
- 
- 
Field Detail- 
CTYPEpublic static final int CTYPE - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
parseLabelpublic final LabelType parseLabel(io.netty.buffer.ByteBuf buffer) throws RSVPParsingException - Specified by:
- parseLabelin interface- LabelParser
- Throws:
- RSVPParsingException
 
 - 
serializeLabelpublic final void serializeLabel(boolean unidirectional, boolean global, LabelType subobject, io.netty.buffer.ByteBuf buffer)- Specified by:
- serializeLabelin interface- LabelSerializer
 
 
- 
 
-