public final class CommunitiesParser extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
COMMUNITY_LENGTH |
| Modifier and Type | Method and Description |
|---|---|
static org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev130919.path.attributes.ExtendedCommunities |
parseExtendedCommunity(org.opendaylight.protocol.util.ReferenceCache refCache,
io.netty.buffer.ByteBuf buffer)
Parse Extended Community according to their type.
|
public static final int COMMUNITY_LENGTH
public static org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev130919.path.attributes.ExtendedCommunities parseExtendedCommunity(org.opendaylight.protocol.util.ReferenceCache refCache,
io.netty.buffer.ByteBuf buffer)
throws org.opendaylight.protocol.bgp.parser.BGPDocumentedException
bytes - byte array to be parsedorg.opendaylight.protocol.bgp.parser.BGPDocumentedException - if the type is not recognizedCopyright © 2015. All rights reserved.