public interface ExtendedCommunityRegistry
| Modifier and Type | Method and Description |
|---|---|
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev180329.path.attributes.attributes.ExtendedCommunities |
parseExtendedCommunity(io.netty.buffer.ByteBuf buffer)
Parses the Extended Community.
|
void |
serializeExtendedCommunity(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev180329.path.attributes.attributes.ExtendedCommunities extendedCommunity,
io.netty.buffer.ByteBuf byteAggregator)
Serializes the Extended Community.
|
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev180329.path.attributes.attributes.ExtendedCommunities parseExtendedCommunity(io.netty.buffer.ByteBuf buffer)
throws org.opendaylight.protocol.bgp.parser.BGPDocumentedException,
org.opendaylight.protocol.bgp.parser.BGPParsingException
buffer - ByteBuforg.opendaylight.protocol.bgp.parser.BGPDocumentedExceptionorg.opendaylight.protocol.bgp.parser.BGPParsingExceptionvoid serializeExtendedCommunity(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev180329.path.attributes.attributes.ExtendedCommunities extendedCommunity,
io.netty.buffer.ByteBuf byteAggregator)
extendedCommunity - ExtendedCommunity to be encoded.byteAggregator - ByteBuf, where the Extended Community is serialized, if a serialized is not present for
such Extended Community type, no bytes are written into output buffer.Copyright © 2019 OpenDaylight. All rights reserved.