Class MPUnreachAttributeParser

java.lang.Object
org.opendaylight.protocol.bgp.parser.spi.AbstractAttributeParser
org.opendaylight.protocol.bgp.parser.impl.message.update.ReachAttributeParser
org.opendaylight.protocol.bgp.parser.impl.message.update.MPUnreachAttributeParser
All Implemented Interfaces:
org.opendaylight.protocol.bgp.parser.spi.AttributeParser, org.opendaylight.protocol.bgp.parser.spi.AttributeSerializer

public final class MPUnreachAttributeParser extends ReachAttributeParser
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    MPUnreachAttributeParser(org.opendaylight.protocol.bgp.parser.spi.NlriRegistry reg)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    parseAttribute(io.netty.buffer.ByteBuf buffer, org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.AttributesBuilder builder, org.opendaylight.protocol.bgp.parser.spi.RevisedErrorHandling errorHandling, org.opendaylight.protocol.bgp.parser.spi.PeerSpecificParserConstraint constraint)
     
    void
    serializeAttribute(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.Attributes attribute, io.netty.buffer.ByteBuf byteAggregator)
     

    Methods inherited from class org.opendaylight.protocol.bgp.parser.impl.message.update.ReachAttributeParser

    ignoreDuplicates

    Methods inherited from class org.opendaylight.protocol.bgp.parser.spi.AbstractAttributeParser

    parseAttribute

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • MPUnreachAttributeParser

      public MPUnreachAttributeParser(org.opendaylight.protocol.bgp.parser.spi.NlriRegistry reg)
  • Method Details

    • parseAttribute

      public void parseAttribute(io.netty.buffer.ByteBuf buffer, org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.AttributesBuilder builder, org.opendaylight.protocol.bgp.parser.spi.RevisedErrorHandling errorHandling, org.opendaylight.protocol.bgp.parser.spi.PeerSpecificParserConstraint constraint) throws org.opendaylight.protocol.bgp.parser.BGPDocumentedException
      Specified by:
      parseAttribute in interface org.opendaylight.protocol.bgp.parser.spi.AttributeParser
      Specified by:
      parseAttribute in class ReachAttributeParser
      Throws:
      org.opendaylight.protocol.bgp.parser.BGPDocumentedException
    • serializeAttribute

      public void serializeAttribute(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.Attributes attribute, io.netty.buffer.ByteBuf byteAggregator)