Class PCEPPathKeyObjectParser

  • All Implemented Interfaces:
    org.opendaylight.protocol.pcep.spi.ObjectParser, org.opendaylight.protocol.pcep.spi.ObjectSerializer

    public final class PCEPPathKeyObjectParser
    extends AbstractEROWithSubobjectsParser
    Parser for PathKey.
    • Constructor Detail

      • PCEPPathKeyObjectParser

        public PCEPPathKeyObjectParser​(org.opendaylight.protocol.pcep.spi.EROSubobjectRegistry subReg)
    • Method Detail

      • parseObject

        public org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.path.key.object.PathKey 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)