Interface AttributeSerializer

All Known Implementing Classes:
AggregatorAttributeParser, AigpAttributeParser, AS4AggregatorAttributeParser, AS4PathAttributeParser, AsPathAttributeParser, AtomicAggregateAttributeParser, BgpPrefixSidAttributeParser, ClusterIdAttributeParser, CommunitiesAttributeParser, ExtendedCommunitiesAttributeParser, LinkstateAttributeParser, LocalPreferenceAttributeParser, MPReachAttributeParser, MPUnreachAttributeParser, MultiExitDiscriminatorAttributeParser, NextHopAttributeParser, OriginatorIdAttributeParser, OriginAttributeParser, PEDistinguisherLabelsAttributeHandler, PMSITunnelAttributeHandler, ReachAttributeParser, UnrecognizedAttributesSerializer

public interface AttributeSerializer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    serializeAttribute(Attributes attribute, io.netty.buffer.ByteBuf byteAggregator)
     
  • Method Details

    • serializeAttribute

      void serializeAttribute(Attributes attribute, io.netty.buffer.ByteBuf byteAggregator)