Class PCEPPceIdIPv6ObjectParser
java.lang.Object
org.opendaylight.protocol.pcep.spi.CommonObjectParser
org.opendaylight.protocol.pcep.parser.object.AbstractPceIdObjectParser
org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv6ObjectParser
- All Implemented Interfaces:
ObjectParser
,ObjectSerializer
Parser for
PceId
with IPv6 address.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionparseObject
(ObjectHeader header, io.netty.buffer.ByteBuf buffer) Methods inherited from class org.opendaylight.protocol.pcep.parser.object.AbstractPceIdObjectParser
serializeObject
Methods inherited from class org.opendaylight.protocol.pcep.spi.CommonObjectParser
getObjectClass, getObjectType
-
Constructor Details
-
PCEPPceIdIPv6ObjectParser
public PCEPPceIdIPv6ObjectParser()
-
-
Method Details
-
parseObject
public Object parseObject(ObjectHeader header, io.netty.buffer.ByteBuf buffer) throws PCEPDeserializerException - Throws:
PCEPDeserializerException
-