Class RROPathKey128SubobjectParser

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

    public class RROPathKey128SubobjectParser
    extends Object
    implements org.opendaylight.protocol.pcep.spi.RROSubobjectParser
    • Constructor Detail

      • RROPathKey128SubobjectParser

        public RROPathKey128SubobjectParser()
    • Method Detail

      • parseSubobject

        public org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.reported.route.object.rro.Subobject parseSubobject​(io.netty.buffer.ByteBuf buffer)
                                                                                                                                                 throws org.opendaylight.protocol.pcep.spi.PCEPDeserializerException
        Specified by:
        parseSubobject in interface org.opendaylight.protocol.pcep.spi.RROSubobjectParser
        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.reported.route.object.rro.Subobject subobject,
                                              io.netty.buffer.ByteBuf buffer)