Class AbstractPccIdReqObjectParser

  • All Implemented Interfaces:
    org.opendaylight.protocol.pcep.spi.ObjectParser, org.opendaylight.protocol.pcep.spi.ObjectSerializer
    Direct Known Subclasses:
    PCEPPccIdReqIPv4ObjectParser, PCEPPccIdReqIPv6ObjectParser

    public abstract class AbstractPccIdReqObjectParser
    extends org.opendaylight.protocol.pcep.spi.CommonObjectParser
    implements org.opendaylight.protocol.pcep.spi.ObjectSerializer
    • Constructor Detail

      • AbstractPccIdReqObjectParser

        public AbstractPccIdReqObjectParser​(int objectType)
    • Method Detail

      • 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)
        Specified by:
        serializeObject in interface org.opendaylight.protocol.pcep.spi.ObjectSerializer