Class RROPathKey128SubobjectParser
java.lang.Object
org.opendaylight.protocol.pcep.parser.subobject.RROPathKey128SubobjectParser
- All Implemented Interfaces:
RROSubobjectParser
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final int
static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionparseSubobject
(io.netty.buffer.ByteBuf buffer) 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
-
RROPathKey128SubobjectParser
public RROPathKey128SubobjectParser()
-
-
Method Details
-
parseSubobject
- Specified by:
parseSubobject
in interfaceRROSubobjectParser
- Throws:
PCEPDeserializerException
-
serializeSubobject
-