Class PCEPIpv6UnreachDestinationParser
java.lang.Object
org.opendaylight.protocol.pcep.spi.CommonObjectParser
org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv6UnreachDestinationParser
- All Implemented Interfaces:
ObjectParser
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionparseObject
(ObjectHeader header, io.netty.buffer.ByteBuf bytes) static void
serializeObject
(Boolean processing, Boolean ignore, Ipv6DestinationCase ipv6Case, io.netty.buffer.ByteBuf buffer) Methods inherited from class org.opendaylight.protocol.pcep.spi.CommonObjectParser
getObjectClass, getObjectType
-
Constructor Details
-
PCEPIpv6UnreachDestinationParser
public PCEPIpv6UnreachDestinationParser()
-
-
Method Details
-
serializeObject
public static void serializeObject(Boolean processing, Boolean ignore, Ipv6DestinationCase ipv6Case, io.netty.buffer.ByteBuf buffer) -
parseObject
public UnreachDestinationObj parseObject(ObjectHeader header, io.netty.buffer.ByteBuf bytes) throws PCEPDeserializerException - Throws:
PCEPDeserializerException
-