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