Class Abstract4OctetAsExtendedCommunity

java.lang.Object
org.opendaylight.protocol.bgp.parser.spi.extended.community.Abstract4OctetAsExtendedCommunity
All Implemented Interfaces:
ExtendedCommunityParser, ExtendedCommunitySerializer
Direct Known Subclasses:
Generic4OctASEcHandler, RouteOrigin4OctectASEcHandler, RouteTarget4OctectASEcHandler, SourceAS4OctectHandler

public abstract class Abstract4OctetAsExtendedCommunity extends Object implements ExtendedCommunityParser, ExtendedCommunitySerializer
  • Constructor Details

    • Abstract4OctetAsExtendedCommunity

      public Abstract4OctetAsExtendedCommunity()
  • Method Details

    • getType

      public 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.