Interface ExtendedCommunityParser
-
- All Known Implementing Classes:
Abstract4OctetAsExtendedCommunity,AbstractIpv4ExtendedCommunity,AbstractOpaqueExtendedCommunity,AbstractTwoOctetAsExtendedCommunity
public interface ExtendedCommunityParserThe Extended Community value parser (ByteBuf to ExtendedCommunity).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.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 Detail
-
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.BGPParsingExceptionParses 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
-
-