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
Constructors -
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
serializeObjectMethods 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:
parseObjectin interfaceObjectParser- Overrides:
parseObjectin classPCEPEndPointsIpv4ObjectParser- Throws:
PCEPDeserializerException
-