Class PCEPIpv4UnreachDestinationParser

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

    public final class PCEPIpv4UnreachDestinationParser
    extends org.opendaylight.protocol.pcep.spi.CommonObjectParser
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.unreach.destination.object.UnreachDestinationObj parseObject​(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.ObjectHeader header, io.netty.buffer.ByteBuf bytes)  
      static void serializeObject​(Boolean processing, Boolean ignore, org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.unreach.destination.object.unreach.destination.obj.destination.Ipv4DestinationCase ipv4Case, io.netty.buffer.ByteBuf buffer)  
      • Methods inherited from class org.opendaylight.protocol.pcep.spi.CommonObjectParser

        getObjectClass, getObjectType
    • Constructor Detail

      • PCEPIpv4UnreachDestinationParser

        public PCEPIpv4UnreachDestinationParser()
    • Method Detail

      • serializeObject

        public static void serializeObject​(Boolean processing,
                                           Boolean ignore,
                                           org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.unreach.destination.object.unreach.destination.obj.destination.Ipv4DestinationCase ipv4Case,
                                           io.netty.buffer.ByteBuf buffer)
      • parseObject

        public org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.unreach.destination.object.UnreachDestinationObj 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