Class NonBranchNodeListObjectParser
- java.lang.Object
-
- org.opendaylight.protocol.pcep.spi.CommonObjectParser
-
- org.opendaylight.protocol.pcep.parser.object.AbstractEROWithSubobjectsParser
-
- org.opendaylight.protocol.pcep.parser.object.bnc.NonBranchNodeListObjectParser
-
- All Implemented Interfaces:
ObjectParser
,ObjectSerializer
public final class NonBranchNodeListObjectParser extends AbstractEROWithSubobjectsParser
-
-
Constructor Summary
Constructors Constructor Description NonBranchNodeListObjectParser(EROSubobjectRegistry subobjReg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NonBranchNodeList
parseObject(ObjectHeader header, io.netty.buffer.ByteBuf bytes)
void
serializeObject(Object object, io.netty.buffer.ByteBuf buffer)
Serializes given object to bytes wrapped in given ByteBuf.-
Methods inherited from class org.opendaylight.protocol.pcep.parser.object.AbstractEROWithSubobjectsParser
parseSubobjects, serializeSubobject
-
Methods inherited from class org.opendaylight.protocol.pcep.spi.CommonObjectParser
getObjectClass, getObjectType
-
-
-
-
Constructor Detail
-
NonBranchNodeListObjectParser
public NonBranchNodeListObjectParser(EROSubobjectRegistry subobjReg)
-
-
Method Detail
-
parseObject
public NonBranchNodeList parseObject(ObjectHeader header, io.netty.buffer.ByteBuf bytes) throws PCEPDeserializerException
- Throws:
PCEPDeserializerException
-
serializeObject
public void serializeObject(Object object, io.netty.buffer.ByteBuf buffer)
Description copied from interface:ObjectSerializer
Serializes given object to bytes wrapped in given ByteBuf.- Parameters:
object
- PCEP object to be serializedbuffer
- ByteBuf wrapper around serialized object
-
-