Class TlvUtil


  • public final class TlvUtil
    extends Object
    • Field Detail

      • MULTI_TOPOLOGY_NID

        public static final org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifier MULTI_TOPOLOGY_NID
    • Method Detail

      • writeTLV

        public static void writeTLV​(int type,
                                    io.netty.buffer.ByteBuf value,
                                    io.netty.buffer.ByteBuf byteAggregator)
        Util method for writing TLV header.
        Parameters:
        type - TLV type (2B)
        value - TLV value (2B)
        byteAggregator - final ByteBuf where the tlv should be serialized