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:
org.opendaylight.protocol.pcep.spi.ObjectParser,org.opendaylight.protocol.pcep.spi.ObjectSerializer
public class PCEPPceIdIPv4ObjectParser extends AbstractPceIdObjectParser
Parser forPceIdwith 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 org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.ObjectparseObject(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.ObjectHeader header, io.netty.buffer.ByteBuf buffer)-
Methods inherited from class org.opendaylight.protocol.pcep.parser.object.AbstractPceIdObjectParser
serializeObject
-
-
-
-
Method Detail
-
parseObject
public org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.Object parseObject(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.ObjectHeader header, io.netty.buffer.ByteBuf buffer) throws org.opendaylight.protocol.pcep.spi.PCEPDeserializerException- Throws:
org.opendaylight.protocol.pcep.spi.PCEPDeserializerException
-
-