Class AS4AggregatorAttributeParser
java.lang.Object
org.opendaylight.protocol.bgp.parser.impl.message.update.AS4AggregatorAttributeParser
- All Implemented Interfaces:
org.opendaylight.protocol.bgp.parser.spi.AttributeParser,org.opendaylight.protocol.bgp.parser.spi.AttributeSerializer
public final class AS4AggregatorAttributeParser
extends Object
implements org.opendaylight.protocol.bgp.parser.spi.AttributeParser, org.opendaylight.protocol.bgp.parser.spi.AttributeSerializer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidparseAttribute(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.PeerSpecificParserConstraint constraint) voidserializeAttribute(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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opendaylight.protocol.bgp.parser.spi.AttributeParser
ignoreDuplicates, parseAttribute
-
Field Details
-
TYPE
public static final int TYPE- See Also:
-
-
Constructor Details
-
AS4AggregatorAttributeParser
public AS4AggregatorAttributeParser()
-
-
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.PeerSpecificParserConstraint constraint) - Specified by:
parseAttributein interfaceorg.opendaylight.protocol.bgp.parser.spi.AttributeParser
-
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) - Specified by:
serializeAttributein interfaceorg.opendaylight.protocol.bgp.parser.spi.AttributeSerializer
-