Interface BgpPrefixSidTlvSerializer


  • public interface BgpPrefixSidTlvSerializer
    Interface for BGP prefix SID TLVs serializers implementations.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getType()  
      void serializeBgpPrefixSidTlv​(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes.bgp.prefix.sid.bgp.prefix.sid.tlvs.BgpPrefixSidTlv tlv, io.netty.buffer.ByteBuf bytes)
      Method for serializing specific types of TLVs from incoming buffer.
    • Method Detail

      • serializeBgpPrefixSidTlv

        void serializeBgpPrefixSidTlv​(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes.bgp.prefix.sid.bgp.prefix.sid.tlvs.BgpPrefixSidTlv tlv,
                                      io.netty.buffer.ByteBuf bytes)
        Method for serializing specific types of TLVs from incoming buffer.
        Parameters:
        tlv - instance
        bytes - outcome serialized TLV
      • getType

        int getType()