Class PCEPIpv4UnreachDestinationParser
- java.lang.Object
-
- org.opendaylight.protocol.pcep.spi.CommonObjectParser
-
- org.opendaylight.protocol.pcep.parser.object.unreach.PCEPIpv4UnreachDestinationParser
-
- All Implemented Interfaces:
ObjectParser
public final class PCEPIpv4UnreachDestinationParser extends CommonObjectParser
-
-
Constructor Summary
Constructors Constructor Description PCEPIpv4UnreachDestinationParser()
-
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, Ipv4DestinationCase ipv4Case, 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, Ipv4DestinationCase ipv4Case, io.netty.buffer.ByteBuf buffer)
-
parseObject
public UnreachDestinationObj parseObject(ObjectHeader header, io.netty.buffer.ByteBuf bytes) throws PCEPDeserializerException
- Throws:
PCEPDeserializerException
-
-