Class XROPathKey128SubobjectParser

  • All Implemented Interfaces:
    org.opendaylight.protocol.pcep.spi.XROSubobjectParser

    public class XROPathKey128SubobjectParser
    extends Object
    implements org.opendaylight.protocol.pcep.spi.XROSubobjectParser
    Parser for PathKey.
    • Constructor Detail

      • XROPathKey128SubobjectParser

        public XROPathKey128SubobjectParser()
    • Method Detail

      • parseSubobject

        public org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.exclude.route.object.xro.Subobject parseSubobject​(io.netty.buffer.ByteBuf buffer,
                                                                                                                                                       boolean mandatory)
                                                                                                                                                throws org.opendaylight.protocol.pcep.spi.PCEPDeserializerException
        Specified by:
        parseSubobject in interface org.opendaylight.protocol.pcep.spi.XROSubobjectParser
        Throws:
        org.opendaylight.protocol.pcep.spi.PCEPDeserializerException
      • serializeSubobject

        public static void serializeSubobject​(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.exclude.route.object.xro.Subobject subobject,
                                              io.netty.buffer.ByteBuf buffer)