Class BranchNodeListObjectParser

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

    public final class BranchNodeListObjectParser
    extends AbstractEROWithSubobjectsParser
    • Constructor Detail

      • BranchNodeListObjectParser

        public BranchNodeListObjectParser​(org.opendaylight.protocol.pcep.spi.EROSubobjectRegistry subobjReg)
    • Method Detail

      • parseObject

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