Interface ExtendedCommunityRegistry


  • public interface ExtendedCommunityRegistry
    The Extended Communities registry.
    • Method Detail

      • serializeExtendedCommunity

        void serializeExtendedCommunity​(ExtendedCommunities extendedCommunity,
                                        io.netty.buffer.ByteBuf byteAggregator)
        Serializes the Extended Community.
        Parameters:
        extendedCommunity - ExtendedCommunity to be encoded.
        byteAggregator - ByteBuf, where the Extended Community is serialized, if a serialized is not present for such Extended Community type, no bytes are written into output buffer.