Class XROPathKey128SubobjectParser
java.lang.Object
org.opendaylight.protocol.pcep.parser.subobject.XROPathKey128SubobjectParser
- All Implemented Interfaces:
XROSubobjectParser
Parser for
PathKey
.-
Field Summary
Modifier and TypeFieldDescriptionprotected static final int
static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionparseSubobject
(io.netty.buffer.ByteBuf buffer, boolean mandatory) static void
serializeSubobject
(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:
parseSubobject
in interfaceXROSubobjectParser
- Throws:
PCEPDeserializerException
-
serializeSubobject
-