public final class RedirectAsFourOctetEcHandler extends Object implements org.opendaylight.protocol.bgp.parser.spi.extended.community.ExtendedCommunityParser, org.opendaylight.protocol.bgp.parser.spi.extended.community.ExtendedCommunitySerializer
| Constructor and Description |
|---|
RedirectAsFourOctetEcHandler() |
| 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.rev180329.extended.community.ExtendedCommunity |
parseExtendedCommunity(io.netty.buffer.ByteBuf buffer) |
void |
serializeExtendedCommunity(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev180329.extended.community.ExtendedCommunity extendedCommunity,
io.netty.buffer.ByteBuf byteAggregator) |
public void serializeExtendedCommunity(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev180329.extended.community.ExtendedCommunity extendedCommunity,
io.netty.buffer.ByteBuf byteAggregator)
serializeExtendedCommunity in interface org.opendaylight.protocol.bgp.parser.spi.extended.community.ExtendedCommunitySerializerpublic org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev180329.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 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 © 2019 OpenDaylight. All rights reserved.