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
public class PCEPPceIdIPv6ObjectParser extends AbstractPceIdObjectParser
Parser forPceId
with IPv6 address.
-
-
Constructor Summary
Constructors Constructor Description PCEPPceIdIPv6ObjectParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
parseObject(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
-
-
-
-
Method Detail
-
parseObject
public Object parseObject(ObjectHeader header, io.netty.buffer.ByteBuf buffer) throws PCEPDeserializerException
- Throws:
PCEPDeserializerException
-
-