java.lang.Object
org.opendaylight.protocol.bgp.parser.spi.extended.community.Abstract4OctetAsExtendedCommunity
org.opendaylight.protocol.bgp.parser.impl.message.update.extended.communities.four.octect.as.specific.SourceAS4OctectHandler
All Implemented Interfaces:
ExtendedCommunityParser, ExtendedCommunitySerializer

public final class SourceAS4OctectHandler extends Abstract4OctetAsExtendedCommunity
  • Constructor Details

    • SourceAS4OctectHandler

      public SourceAS4OctectHandler()
  • Method Details

    • parseExtendedCommunity

      public ExtendedCommunity parseExtendedCommunity(io.netty.buffer.ByteBuf body)
      Description copied from interface: ExtendedCommunityParser
      Parses the Extended Community value encoded in the buffer.
      Parameters:
      body - ByteBuf
      Returns:
      Decoded Extended Community value.
    • 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.