Class PCEPIpv6UnreachDestinationParser
- java.lang.Object
-
- org.opendaylight.protocol.pcep.spi.CommonObjectParser
-
- org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv6UnreachDestinationParser
-
- All Implemented Interfaces:
ObjectParser
public final class PCEPIpv6UnreachDestinationParser extends CommonObjectParser
-
-
Constructor Summary
Constructors Constructor Description PCEPIpv6UnreachDestinationParser()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description UnreachDestinationObj
parseObject(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
-
-
-
-
Method Detail
-
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
-
-