Class PCEPEndPointsIpv4ObjectParser
java.lang.Object
org.opendaylight.protocol.pcep.spi.CommonObjectParser
org.opendaylight.protocol.pcep.parser.object.end.points.PCEPEndPointsIpv4ObjectParser
- All Implemented Interfaces:
- ObjectParser
- Direct Known Subclasses:
- PCCEndPointIpv4ObjectParser
Parser for IPv4 
EndpointsObj.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionparseObject(ObjectHeader header, io.netty.buffer.ByteBuf bytes) static voidserializeObject(Boolean processing, Boolean ignore, Ipv4 ipv4, io.netty.buffer.ByteBuf buffer) Methods inherited from class org.opendaylight.protocol.pcep.spi.CommonObjectParsergetObjectClass, getObjectType
- 
Constructor Details- 
PCEPEndPointsIpv4ObjectParserpublic PCEPEndPointsIpv4ObjectParser()
 
- 
- 
Method Details- 
serializeObject
- 
parseObjectpublic Object parseObject(ObjectHeader header, io.netty.buffer.ByteBuf bytes) throws PCEPDeserializerException - Throws:
- PCEPDeserializerException
 
 
-