Class XROSrlgSubobjectParser
- java.lang.Object
-
- org.opendaylight.protocol.pcep.parser.subobject.XROSrlgSubobjectParser
-
- All Implemented Interfaces:
org.opendaylight.protocol.pcep.spi.XROSubobjectParser,org.opendaylight.protocol.pcep.spi.XROSubobjectSerializer
public class XROSrlgSubobjectParser extends Object implements org.opendaylight.protocol.pcep.spi.XROSubobjectParser, org.opendaylight.protocol.pcep.spi.XROSubobjectSerializer
Parser forSrlgCase.
-
-
Field Summary
Fields Modifier and Type Field Description static intTYPE
-
Constructor Summary
Constructors Constructor Description XROSrlgSubobjectParser()
-
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.xro.SubobjectparseSubobject(io.netty.buffer.ByteBuf buffer, boolean mandatory)voidserializeSubobject(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.exclude.route.object.xro.Subobject subobject, io.netty.buffer.ByteBuf buffer)
-
-
-
Field Detail
-
TYPE
public static final int TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
parseSubobject
public org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.exclude.route.object.xro.Subobject parseSubobject(io.netty.buffer.ByteBuf buffer, boolean mandatory) throws org.opendaylight.protocol.pcep.spi.PCEPDeserializerException- Specified by:
parseSubobjectin interfaceorg.opendaylight.protocol.pcep.spi.XROSubobjectParser- Throws:
org.opendaylight.protocol.pcep.spi.PCEPDeserializerException
-
serializeSubobject
public void serializeSubobject(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.exclude.route.object.xro.Subobject subobject, io.netty.buffer.ByteBuf buffer)- Specified by:
serializeSubobjectin interfaceorg.opendaylight.protocol.pcep.spi.XROSubobjectSerializer
-
-