Class XROSrlgSubobjectParser
- java.lang.Object
-
- org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser
-
- All Implemented Interfaces:
XROSubobjectParser
,XROSubobjectSerializer
public class XROSrlgSubobjectParser extends Object implements XROSubobjectParser, XROSubobjectSerializer
Parser forSrlgCase
.
-
-
Field Summary
Fields Modifier and Type Field Description static int
TYPE
-
Constructor Summary
Constructors Constructor Description XROSrlgSubobjectParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Subobject
parseSubobject(io.netty.buffer.ByteBuf buffer, boolean mandatory)
void
serializeSubobject(Subobject subobject, io.netty.buffer.ByteBuf buffer)
-
-
-
Field Detail
-
TYPE
public static final int TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
parseSubobject
public Subobject parseSubobject(io.netty.buffer.ByteBuf buffer, boolean mandatory) throws PCEPDeserializerException
- Specified by:
parseSubobject
in interfaceXROSubobjectParser
- Throws:
PCEPDeserializerException
-
serializeSubobject
public void serializeSubobject(Subobject subobject, io.netty.buffer.ByteBuf buffer)
- Specified by:
serializeSubobject
in interfaceXROSubobjectSerializer
-
-