Class EROIpv6PrefixSubobjectParser

  • All Implemented Interfaces:
    org.opendaylight.protocol.pcep.spi.EROSubobjectParser, org.opendaylight.protocol.pcep.spi.EROSubobjectSerializer

    public class EROIpv6PrefixSubobjectParser
    extends Object
    implements org.opendaylight.protocol.pcep.spi.EROSubobjectParser, org.opendaylight.protocol.pcep.spi.EROSubobjectSerializer
    Parser for IpPrefixCase.
    • Constructor Detail

      • EROIpv6PrefixSubobjectParser

        public EROIpv6PrefixSubobjectParser()
    • Method Detail

      • parseSubobject

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

        public void serializeSubobject​(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.explicit.route.object.ero.Subobject subobject,
                                       io.netty.buffer.ByteBuf buffer)
        Specified by:
        serializeSubobject in interface org.opendaylight.protocol.pcep.spi.EROSubobjectSerializer