Class PCEPExcludeRouteObjectParser
- java.lang.Object
-
- org.opendaylight.protocol.pcep.spi.CommonObjectParser
-
- org.opendaylight.protocol.pcep.parser.object.AbstractXROWithSubobjectsParser
-
- org.opendaylight.protocol.pcep.parser.object.PCEPExcludeRouteObjectParser
-
- All Implemented Interfaces:
org.opendaylight.protocol.pcep.spi.ObjectParser,org.opendaylight.protocol.pcep.spi.ObjectSerializer
public final class PCEPExcludeRouteObjectParser extends AbstractXROWithSubobjectsParser
Parser forXro.
-
-
Constructor Summary
Constructors Constructor Description PCEPExcludeRouteObjectParser(org.opendaylight.protocol.pcep.spi.XROSubobjectRegistry registry)
-
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.exclude.route.object.XroparseObject(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.ObjectHeader header, io.netty.buffer.ByteBuf bytes)voidserializeObject(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.Object object, io.netty.buffer.ByteBuf buffer)-
Methods inherited from class org.opendaylight.protocol.pcep.parser.object.AbstractXROWithSubobjectsParser
parseSubobjects, serializeSubobject
-
-
-
-
Method Detail
-
parseObject
public org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.exclude.route.object.Xro parseObject(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.ObjectHeader header, io.netty.buffer.ByteBuf bytes) throws org.opendaylight.protocol.pcep.spi.PCEPDeserializerException- Throws:
org.opendaylight.protocol.pcep.spi.PCEPDeserializerException
-
serializeObject
public void serializeObject(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.Object object, io.netty.buffer.ByteBuf buffer)
-
-