Class PCEPProcTimeObjectParser
- java.lang.Object
-
- org.opendaylight.protocol.pcep.spi.CommonObjectParser
-
- org.opendaylight.protocol.pcep.parser.object.PCEPProcTimeObjectParser
-
- All Implemented Interfaces:
org.opendaylight.protocol.pcep.spi.ObjectParser,org.opendaylight.protocol.pcep.spi.ObjectSerializer
public class PCEPProcTimeObjectParser extends org.opendaylight.protocol.pcep.spi.CommonObjectParser implements org.opendaylight.protocol.pcep.spi.ObjectSerializerParser forProcTime.- See Also:
- PROC-TIME Object
-
-
Constructor Summary
Constructors Constructor Description PCEPProcTimeObjectParser()
-
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.ObjectparseObject(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.ObjectHeader header, io.netty.buffer.ByteBuf buffer)voidserializeObject(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.Object object, io.netty.buffer.ByteBuf buffer)
-
-
-
Method Detail
-
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
-
parseObject
public org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.Object parseObject(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.ObjectHeader header, io.netty.buffer.ByteBuf buffer) throws org.opendaylight.protocol.pcep.spi.PCEPDeserializerException- Specified by:
parseObjectin interfaceorg.opendaylight.protocol.pcep.spi.ObjectParser- Throws:
org.opendaylight.protocol.pcep.spi.PCEPDeserializerException
-
-