Interface ExtendedCommunityParser
- All Known Implementing Classes:
Abstract4OctetAsExtendedCommunity,AbstractIpv4ExtendedCommunity,AbstractOpaqueExtendedCommunity,AbstractTwoOctetAsExtendedCommunity
public interface ExtendedCommunityParser
The Extended Community value parser (ByteBuf to ExtendedCommunity).
-
Method Summary
Modifier and TypeMethodDescriptionorg.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.extended.community.ExtendedCommunityparseExtendedCommunity(io.netty.buffer.ByteBuf buffer) Parses the Extended Community value encoded in the buffer.
-
Method Details
-
parseExtendedCommunity
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.extended.community.ExtendedCommunity parseExtendedCommunity(io.netty.buffer.ByteBuf buffer) throws org.opendaylight.protocol.bgp.parser.BGPDocumentedException, org.opendaylight.protocol.bgp.parser.BGPParsingException Parses the Extended Community value encoded in the buffer.- Parameters:
buffer- ByteBuf- Returns:
- Decoded Extended Community value.
- Throws:
org.opendaylight.protocol.bgp.parser.BGPDocumentedExceptionorg.opendaylight.protocol.bgp.parser.BGPParsingException
-