public class LinkBandwidthEC extends Object implements org.opendaylight.protocol.bgp.parser.spi.extended.community.ExtendedCommunityParser, org.opendaylight.protocol.bgp.parser.spi.extended.community.ExtendedCommunitySerializer
| Constructor and Description |
|---|
LinkBandwidthEC() |
| Modifier and Type | Method and Description |
|---|---|
int |
getSubType() |
int |
getType(boolean isTransitive) |
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev130919.extended.community.ExtendedCommunity |
parseExtendedCommunity(io.netty.buffer.ByteBuf buffer) |
void |
serializeExtendedCommunity(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev130919.extended.community.ExtendedCommunity extendedCommunity,
io.netty.buffer.ByteBuf body) |
public org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev130919.extended.community.ExtendedCommunity parseExtendedCommunity(io.netty.buffer.ByteBuf buffer)
throws org.opendaylight.protocol.bgp.parser.BGPDocumentedException,
org.opendaylight.protocol.bgp.parser.BGPParsingException
parseExtendedCommunity in interface org.opendaylight.protocol.bgp.parser.spi.extended.community.ExtendedCommunityParserorg.opendaylight.protocol.bgp.parser.BGPDocumentedExceptionorg.opendaylight.protocol.bgp.parser.BGPParsingExceptionpublic void serializeExtendedCommunity(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev130919.extended.community.ExtendedCommunity extendedCommunity,
io.netty.buffer.ByteBuf body)
serializeExtendedCommunity in interface org.opendaylight.protocol.bgp.parser.spi.extended.community.ExtendedCommunitySerializerpublic int getType(boolean isTransitive)
getType in interface org.opendaylight.protocol.bgp.parser.spi.extended.community.ExtendedCommunitySerializerpublic int getSubType()
getSubType in interface org.opendaylight.protocol.bgp.parser.spi.extended.community.ExtendedCommunitySerializerCopyright © 2018 OpenDaylight. All rights reserved.