Class PCCEndPointIpv4ObjectParser
java.lang.Object
org.opendaylight.protocol.pcep.spi.CommonObjectParser
org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv4ObjectParser
org.opendaylight.protocol.pcep.pcc.mock.PCCEndPointIpv4ObjectParser
- All Implemented Interfaces:
ObjectParser
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionparseObject
(ObjectHeader header, io.netty.buffer.ByteBuf bytes) Methods inherited from class org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv4ObjectParser
serializeObject
Methods inherited from class org.opendaylight.protocol.pcep.spi.CommonObjectParser
getObjectClass, getObjectType
-
Constructor Details
-
PCCEndPointIpv4ObjectParser
public PCCEndPointIpv4ObjectParser()
-
-
Method Details
-
parseObject
public Object parseObject(ObjectHeader header, io.netty.buffer.ByteBuf bytes) throws PCEPDeserializerException - Specified by:
parseObject
in interfaceObjectParser
- Overrides:
parseObject
in classPCEPEndPointsIpv4ObjectParser
- Throws:
PCEPDeserializerException
-