Class PCEPPceIdIPv4ObjectParser
- java.lang.Object
-
- org.opendaylight.protocol.pcep.spi.CommonObjectParser
-
- org.opendaylight.protocol.pcep.parser.object.AbstractPceIdObjectParser
-
- org.opendaylight.protocol.pcep.parser.object.PCEPPceIdIPv4ObjectParser
-
- All Implemented Interfaces:
ObjectParser
,ObjectSerializer
public class PCEPPceIdIPv4ObjectParser extends AbstractPceIdObjectParser
Parser forPceId
with IPv4 address.- See Also:
- PCE-ID Object
-
-
Constructor Summary
Constructors Constructor Description PCEPPceIdIPv4ObjectParser()
-
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
-
-