Class AbstractTwoOctetAsExtendedCommunity

java.lang.Object
org.opendaylight.protocol.bgp.parser.spi.extended.community.AbstractTwoOctetAsExtendedCommunity
All Implemented Interfaces:
ExtendedCommunityParser, ExtendedCommunitySerializer
Direct Known Subclasses:
AsTwoOctetSpecificEcHandler, RouteOriginAsTwoOctetEcHandler, RouteTargetAsTwoOctetEcHandler, SourceASHandler

public abstract class AbstractTwoOctetAsExtendedCommunity extends Object implements ExtendedCommunityParser, ExtendedCommunitySerializer
  • Field Details

  • Constructor Details

    • AbstractTwoOctetAsExtendedCommunity

      public AbstractTwoOctetAsExtendedCommunity()
  • Method Details

    • getType

      public final int getType(boolean isTransitive)
      Description copied from interface: ExtendedCommunitySerializer
      Provides a type of the extended community for which the serializer is registered.
      Specified by:
      getType in interface ExtendedCommunitySerializer
      Parameters:
      isTransitive - Transitivity of the extended community.
      Returns:
      A type of the extended community.