Uses of Interface
org.opendaylight.protocol.bmp.spi.parser.BmpTlvRegistry
-
Packages that use BmpTlvRegistry Package Description org.opendaylight.protocol.bmp.parser.message org.opendaylight.protocol.bmp.spi.parser org.opendaylight.protocol.bmp.spi.registry -
-
Uses of BmpTlvRegistry in org.opendaylight.protocol.bmp.parser.message
Constructors in org.opendaylight.protocol.bmp.parser.message with parameters of type BmpTlvRegistry Constructor Description InitiationHandler(BmpTlvRegistry tlvRegistry)PeerUpHandler(MessageRegistry bgpMssageRegistry, BmpTlvRegistry tlvRegistry)RouteMirroringMessageHandler(MessageRegistry bgpMssageRegistry, BmpTlvRegistry tlvRegistry)StatisticsReportHandler(MessageRegistry bgpMssageRegistry, BmpTlvRegistry tlvRegistry)TerminationHandler(BmpTlvRegistry tlvRegistry) -
Uses of BmpTlvRegistry in org.opendaylight.protocol.bmp.spi.parser
Constructors in org.opendaylight.protocol.bmp.spi.parser with parameters of type BmpTlvRegistry Constructor Description AbstractBmpMessageWithTlvParser(BmpTlvRegistry tlvRegistry)AbstractBmpPerPeerMessageParser(MessageRegistry bgpMssageRegistry, BmpTlvRegistry tlvRegistry) -
Uses of BmpTlvRegistry in org.opendaylight.protocol.bmp.spi.registry
Classes in org.opendaylight.protocol.bmp.spi.registry that implement BmpTlvRegistry Modifier and Type Class Description classSimpleBmpTlvRegistryMethods in org.opendaylight.protocol.bmp.spi.registry that return BmpTlvRegistry Modifier and Type Method Description BmpTlvRegistryBmpExtensionConsumerContext. getBmpInitiationTlvRegistry()BmpTlvRegistrySimpleBmpExtensionProviderContext. getBmpInitiationTlvRegistry()BmpTlvRegistryBmpExtensionConsumerContext. getBmpPeerUpTlvRegistry()BmpTlvRegistrySimpleBmpExtensionProviderContext. getBmpPeerUpTlvRegistry()BmpTlvRegistryBmpExtensionConsumerContext. getBmpRouteMirroringTlvRegistry()BmpTlvRegistrySimpleBmpExtensionProviderContext. getBmpRouteMirroringTlvRegistry()BmpTlvRegistryBmpExtensionConsumerContext. getBmpStatisticsTlvRegistry()BmpTlvRegistrySimpleBmpExtensionProviderContext. getBmpStatisticsTlvRegistry()BmpTlvRegistryBmpExtensionConsumerContext. getBmpTerminationTlvRegistry()BmpTlvRegistrySimpleBmpExtensionProviderContext. getBmpTerminationTlvRegistry()
-