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
public class PCCEndPointIpv4ObjectParser extends PCEPEndPointsIpv4ObjectParser
-
-
Constructor Summary
Constructors Constructor Description PCCEndPointIpv4ObjectParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
parseObject(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
-
-
-
-
Method Detail
-
parseObject
public Object parseObject(ObjectHeader header, io.netty.buffer.ByteBuf bytes) throws PCEPDeserializerException
- Specified by:
parseObject
in interfaceObjectParser
- Overrides:
parseObject
in classPCEPEndPointsIpv4ObjectParser
- Throws:
PCEPDeserializerException
-
-