public final class AggregatorAttributeParser
extends org.opendaylight.protocol.bgp.parser.spi.AbstractAttributeParser
implements org.opendaylight.protocol.bgp.parser.spi.AttributeSerializer
Aggregator.| Modifier and Type | Field and Description |
|---|---|
static int |
TYPE |
| Constructor and Description |
|---|
AggregatorAttributeParser(org.opendaylight.protocol.util.ReferenceCache refCache) |
| Modifier and Type | Method and Description |
|---|---|
void |
parseAttribute(io.netty.buffer.ByteBuf buffer,
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev180329.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.rev180329.path.attributes.Attributes pathAttributes,
io.netty.buffer.ByteBuf byteAggregator) |
parseAttributepublic static final int TYPE
public AggregatorAttributeParser(org.opendaylight.protocol.util.ReferenceCache refCache)
public void parseAttribute(io.netty.buffer.ByteBuf buffer,
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev180329.path.attributes.AttributesBuilder builder,
org.opendaylight.protocol.bgp.parser.spi.RevisedErrorHandling errorHandling,
org.opendaylight.protocol.bgp.parser.spi.PeerSpecificParserConstraint constraint)
parseAttribute in interface org.opendaylight.protocol.bgp.parser.spi.AttributeParserparseAttribute in class org.opendaylight.protocol.bgp.parser.spi.AbstractAttributeParserpublic void serializeAttribute(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev180329.path.attributes.Attributes pathAttributes,
io.netty.buffer.ByteBuf byteAggregator)
serializeAttribute in interface org.opendaylight.protocol.bgp.parser.spi.AttributeSerializerCopyright © 2019 OpenDaylight. All rights reserved.