Class RROPathKey128SubobjectParser
- java.lang.Object
-
- org.opendaylight.protocol.pcep.parser.subobject.RROPathKey128SubobjectParser
-
- All Implemented Interfaces:
RROSubobjectParser
public class RROPathKey128SubobjectParser extends Object implements RROSubobjectParser
-
-
Field Summary
Fields Modifier and Type Field Description protected static int
PCE128_ID_F_LENGTH
static int
TYPE
-
Constructor Summary
Constructors Constructor Description RROPathKey128SubobjectParser()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Subobject
parseSubobject(io.netty.buffer.ByteBuf buffer)
static void
serializeSubobject(Subobject subobject, io.netty.buffer.ByteBuf buffer)
-
-
-
Field Detail
-
TYPE
public static final int TYPE
- See Also:
- Constant Field Values
-
PCE128_ID_F_LENGTH
protected static final int PCE128_ID_F_LENGTH
- See Also:
- Constant Field Values
-
-
Method Detail
-
parseSubobject
public Subobject parseSubobject(io.netty.buffer.ByteBuf buffer) throws PCEPDeserializerException
- Specified by:
parseSubobject
in interfaceRROSubobjectParser
- Throws:
PCEPDeserializerException
-
serializeSubobject
public static void serializeSubobject(Subobject subobject, io.netty.buffer.ByteBuf buffer)
-
-