Class PCEPReportedRouteObjectParser
- java.lang.Object
-
- org.opendaylight.protocol.pcep.spi.CommonObjectParser
-
- org.opendaylight.protocol.pcep.parser.object.AbstractRROWithSubobjectsParser
-
- org.opendaylight.protocol.pcep.parser.object.PCEPReportedRouteObjectParser
-
- All Implemented Interfaces:
org.opendaylight.protocol.pcep.spi.ObjectParser,org.opendaylight.protocol.pcep.spi.ObjectSerializer
public final class PCEPReportedRouteObjectParser extends AbstractRROWithSubobjectsParser
Parser forRro.
-
-
Constructor Summary
Constructors Constructor Description PCEPReportedRouteObjectParser(org.opendaylight.protocol.pcep.spi.RROSubobjectRegistry subobjReg)
-
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.reported.route.object.RroparseObject(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.AbstractRROWithSubobjectsParser
parseSubobjects, serializeSubobject
-
-
-
-
Field Detail
-
CLASS
public static final int CLASS
- See Also:
- Constant Field Values
-
TYPE
public static final int TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
parseObject
public org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.reported.route.object.Rro 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)
-
-