public final class AggregatorAttributeParser extends Object implements org.opendaylight.protocol.bgp.parser.spi.AttributeParser, org.opendaylight.protocol.bgp.parser.spi.AttributeSerializer
| 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.rev171207.path.attributes.AttributesBuilder builder)
Parse
Aggregator from bytes |
void |
serializeAttribute(org.opendaylight.yangtools.yang.binding.DataObject attribute,
io.netty.buffer.ByteBuf byteAggregator) |
public 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.rev171207.path.attributes.AttributesBuilder builder)
Aggregator from bytesparseAttribute in interface org.opendaylight.protocol.bgp.parser.spi.AttributeParserbuffer - byte buffer to be parsedbuilder - AttributesBuilder into which parsed Aggregator will be setpublic void serializeAttribute(org.opendaylight.yangtools.yang.binding.DataObject attribute,
io.netty.buffer.ByteBuf byteAggregator)
serializeAttribute in interface org.opendaylight.protocol.bgp.parser.spi.AttributeSerializerCopyright © 2018 OpenDaylight. All rights reserved.