Uses of Interface
org.opendaylight.protocol.bmp.api.BmpDispatcher
-
Packages that use BmpDispatcher Package Description org.opendaylight.protocol.bmp.impl org.opendaylight.protocol.bmp.impl.app org.opendaylight.protocol.bmp.impl.config -
-
Uses of BmpDispatcher in org.opendaylight.protocol.bmp.impl
Classes in org.opendaylight.protocol.bmp.impl that implement BmpDispatcher Modifier and Type Class Description class
BmpDispatcherImpl
-
Uses of BmpDispatcher in org.opendaylight.protocol.bmp.impl.app
Constructors in org.opendaylight.protocol.bmp.impl.app with parameters of type BmpDispatcher Constructor Description BmpMonitoringStationImpl(BmpDeployerDependencies bmpDeployerDependencies, BmpDispatcher dispatcher, MonitorId monitorId, InetSocketAddress address, List<MonitoredRouter> mrs)
-
Uses of BmpDispatcher in org.opendaylight.protocol.bmp.impl.config
Constructors in org.opendaylight.protocol.bmp.impl.config with parameters of type BmpDispatcher Constructor Description BmpDeployerImpl(BmpDispatcher dispatcher, BmpDeployerDependencies bmpDeployerDependencies)
-