Class XROPathKey32SubobjectParser
- java.lang.Object
-
- org.opendaylight.protocol.pcep.parser.subobject.XROPathKey32SubobjectParser
-
- All Implemented Interfaces:
XROSubobjectParser,XROSubobjectSerializer
public class XROPathKey32SubobjectParser extends Object implements XROSubobjectParser, XROSubobjectSerializer
Parser forPathKey.
-
-
Field Summary
Fields Modifier and Type Field Description static intTYPE
-
Constructor Summary
Constructors Constructor Description XROPathKey32SubobjectParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SubobjectparseSubobject(io.netty.buffer.ByteBuf buffer, boolean mandatory)voidserializeSubobject(Subobject subobject, io.netty.buffer.ByteBuf buffer)
-
-
-
Field Detail
-
TYPE
public static final int TYPE
- 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 void serializeSubobject(Subobject subobject, io.netty.buffer.ByteBuf buffer)
- Specified by:
serializeSubobjectin interfaceXROSubobjectSerializer
-
-