Class PCEPBandwidthObjectParser
- java.lang.Object
-
- org.opendaylight.protocol.pcep.spi.CommonObjectParser
-
- org.opendaylight.protocol.pcep.parser.object.PCEPBandwidthObjectParser
-
- All Implemented Interfaces:
org.opendaylight.protocol.pcep.spi.ObjectParser,org.opendaylight.protocol.pcep.spi.ObjectSerializer
public final class PCEPBandwidthObjectParser extends org.opendaylight.protocol.pcep.spi.CommonObjectParser implements org.opendaylight.protocol.pcep.spi.ObjectSerializerParser for Bandwidth.
-
-
Field Summary
Fields Modifier and Type Field Description static intBANDWIDTH_F_LENGTH
-
Constructor Summary
Constructors Constructor Description PCEPBandwidthObjectParser()
-
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.bandwidth.object.BandwidthparseObject(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)
-
-
-
Field Detail
-
BANDWIDTH_F_LENGTH
public static final int BANDWIDTH_F_LENGTH
- See Also:
- Constant Field Values
-
-
Method Detail
-
parseObject
public org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.bandwidth.object.Bandwidth 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- Specified by:
parseObjectin interfaceorg.opendaylight.protocol.pcep.spi.ObjectParser- 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)- Specified by:
serializeObjectin interfaceorg.opendaylight.protocol.pcep.spi.ObjectSerializer
-
-