Class EROLabelSubobjectParser
java.lang.Object
org.opendaylight.protocol.rsvp.parser.impl.subobject.ero.EROLabelSubobjectParser
- All Implemented Interfaces:
EROSubobjectParser
,EROSubobjectSerializer
public class EROLabelSubobjectParser
extends Object
implements EROSubobjectParser, EROSubobjectSerializer
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionparseSubobject
(io.netty.buffer.ByteBuf buffer, boolean loose) void
serializeSubobject
(SubobjectContainer subobject, io.netty.buffer.ByteBuf buffer)
-
Field Details
-
TYPE
public static final int TYPE- See Also:
-
-
Constructor Details
-
EROLabelSubobjectParser
-
-
Method Details
-
parseSubobject
public SubobjectContainer parseSubobject(io.netty.buffer.ByteBuf buffer, boolean loose) throws RSVPParsingException - Specified by:
parseSubobject
in interfaceEROSubobjectParser
- Throws:
RSVPParsingException
-
serializeSubobject
- Specified by:
serializeSubobject
in interfaceEROSubobjectSerializer
-