Class XROPathKey128SubobjectParser
java.lang.Object
org.opendaylight.protocol.pcep.parser.subobject.XROPathKey128SubobjectParser
- All Implemented Interfaces:
XROSubobjectParser
Parser for
PathKey.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparseSubobject(io.netty.buffer.ByteBuf buffer, boolean mandatory) static voidserializeSubobject(Subobject subobject, io.netty.buffer.ByteBuf buffer)
-
Field Details
-
TYPE
public static final int TYPE- See Also:
-
PCE128_ID_F_LENGTH
protected static final int PCE128_ID_F_LENGTH- See Also:
-
-
Constructor Details
-
XROPathKey128SubobjectParser
public XROPathKey128SubobjectParser()
-
-
Method Details
-
parseSubobject
public Subobject parseSubobject(io.netty.buffer.ByteBuf buffer, boolean mandatory) throws PCEPDeserializerException - Specified by:
parseSubobjectin interfaceXROSubobjectParser- Throws:
PCEPDeserializerException
-
serializeSubobject
-