Interface BGPExtensionConsumerContext
-
- All Known Subinterfaces:
BGPExtensionProviderContext
- All Known Implementing Classes:
SimpleBGPExtensionProviderContext
public interface BGPExtensionConsumerContext
A single instance of a collection of extensions for use by consumers. This provides access to the various BGP-related registries. The registries are read-only and are populated by extension producers.
-
-
Method Summary
-
-
-
Method Detail
-
getAddressFamilyRegistry
AddressFamilyRegistry getAddressFamilyRegistry()
-
getAttributeRegistry
AttributeRegistry getAttributeRegistry()
-
getCapabilityRegistry
CapabilityRegistry getCapabilityRegistry()
-
getMessageRegistry
MessageRegistry getMessageRegistry()
-
getNlriRegistry
NlriRegistry getNlriRegistry()
-
getParameterRegistry
ParameterRegistry getParameterRegistry()
-
getSubsequentAddressFamilyRegistry
SubsequentAddressFamilyRegistry getSubsequentAddressFamilyRegistry()
-
getExtendedCommunityRegistry
ExtendedCommunityRegistry getExtendedCommunityRegistry()
-
getBgpPrefixSidTlvRegistry
BgpPrefixSidTlvRegistry getBgpPrefixSidTlvRegistry()
-
-