Interface ExtendedCommunityParser

    • 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.ExtendedCommunity parseExtendedCommunity​(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.BGPParsingException
        Parses the Extended Community value encoded in the buffer.
        Parameters:
        buffer - ByteBuf
        Returns:
        Decoded Extended Community value.
        Throws:
        org.opendaylight.protocol.bgp.parser.BGPDocumentedException
        org.opendaylight.protocol.bgp.parser.BGPParsingException