Class EncapsulationEC

    • Constructor Detail

      • EncapsulationEC

        public EncapsulationEC()
    • Method Detail

      • serializeExtendedCommunity

        public void serializeExtendedCommunity​(ExtendedCommunity extendedCommunity,
                                               io.netty.buffer.ByteBuf body)
        Description copied from interface: ExtendedCommunitySerializer
        Serializes Extended Community value to the buffer.
        Parameters:
        extendedCommunity - ExtendedCommuity to be encoded.
        body - The output buffer where the extended community is written.
      • getSubType

        public int getSubType()
        Description copied from interface: ExtendedCommunitySerializer
        Provides a sub-type of the extended community for which the serializer is registered.
        Returns:
        A sub-type of the extended community.