Class PCEPExcludeRouteObjectParser

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

    public final class PCEPExcludeRouteObjectParser
    extends AbstractXROWithSubobjectsParser
    Parser for Xro.
    • Constructor Detail

      • PCEPExcludeRouteObjectParser

        public PCEPExcludeRouteObjectParser​(org.opendaylight.protocol.pcep.spi.XROSubobjectRegistry registry)
    • Method Detail

      • parseObject

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