Uses of Interface
org.opendaylight.openflowjava.protocol.api.connection.OpenflowDiagStatusProvider
Package
Description
-
Uses of OpenflowDiagStatusProvider in org.opendaylight.openflowjava.protocol.impl.core
Modifier and TypeClassDescriptionfinal class
final class
Modifier and TypeMethodDescriptionSwitchConnectionProviderFactoryImpl.newInstance
(SwitchConnectionConfig config, OpenflowDiagStatusProvider diagStatus) ModifierConstructorDescriptionSwitchConnectionProviderImpl
(@Nullable ConnectionConfiguration connConfig, OpenflowDiagStatusProvider openflowDiagStatusProvider) -
Uses of OpenflowDiagStatusProvider in org.opendaylight.openflowjava.protocol.spi.connection
Modifier and TypeMethodDescriptionSwitchConnectionProviderFactory.newInstance
(SwitchConnectionConfig config, OpenflowDiagStatusProvider openflowPluginDiagStatusProvider) Creates a new SwitchConnectionProvider with the given configuration. -
Uses of OpenflowDiagStatusProvider in org.opendaylight.openflowplugin.impl
ModifierConstructorDescriptionOpenFlowPluginProviderImpl
(ConfigurationService configurationService, SwitchConnectionProviderList switchConnectionProviders, PingPongDataBroker pingPongDataBroker, org.opendaylight.mdsal.binding.api.RpcProviderService rpcProviderRegistry, org.opendaylight.mdsal.binding.api.NotificationPublishService notificationPublishService, org.opendaylight.mdsal.singleton.common.api.ClusterSingletonServiceProvider singletonServiceProvider, org.opendaylight.mdsal.eos.binding.api.EntityOwnershipService entityOwnershipService, MastershipChangeServiceManager mastershipChangeServiceManager, OpenflowDiagStatusProvider openflowDiagStatusProvider, org.opendaylight.infrautils.ready.SystemReadyMonitor systemReadyMonitor)