Class XROPathKey128SubobjectParser
- java.lang.Object
-
- org.opendaylight.protocol.pcep.parser.subobject.XROPathKey128SubobjectParser
-
- All Implemented Interfaces:
XROSubobjectParser
public class XROPathKey128SubobjectParser extends Object implements XROSubobjectParser
Parser forPathKey.
-
-
Field Summary
Fields Modifier and Type Field Description protected static intPCE128_ID_F_LENGTHstatic intTYPE
-
Constructor Summary
Constructors Constructor Description XROPathKey128SubobjectParser()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SubobjectparseSubobject(io.netty.buffer.ByteBuf buffer, boolean mandatory)static voidserializeSubobject(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, boolean mandatory) throws PCEPDeserializerException
- Specified by:
parseSubobjectin interfaceXROSubobjectParser- Throws:
PCEPDeserializerException
-
serializeSubobject
public static void serializeSubobject(Subobject subobject, io.netty.buffer.ByteBuf buffer)
-
-