Interface AttributeRegistry


  • @NonNullByDefault
    public interface AttributeRegistry
    Attribute serializer/deserializer registry, exposing the capability to parse BGP attributes as a whole.
    • Method Detail

      • serializeAttribute

        void serializeAttribute​(Attributes attribute,
                                io.netty.buffer.ByteBuf byteAggregator)
        Serialize BGP Attribute to buffer.
        Parameters:
        attribute - Input BGP Attribute.
        byteAggregator - Output buffer.