Uses of Interface
org.opendaylight.openflowjava.protocol.api.connection.OpenflowDiagStatusProvider
Packages that use OpenflowDiagStatusProvider
Package
Description
-
Uses of OpenflowDiagStatusProvider in org.opendaylight.openflowjava.protocol.impl.core
Classes in org.opendaylight.openflowjava.protocol.impl.core that implement OpenflowDiagStatusProviderModifier and TypeClassDescriptionfinal class
final class
Methods in org.opendaylight.openflowjava.protocol.impl.core with parameters of type OpenflowDiagStatusProviderModifier and TypeMethodDescriptionSwitchConnectionProviderFactoryImpl.newInstance
(SwitchConnectionConfig config, OpenflowDiagStatusProvider diagStatus) Constructors in org.opendaylight.openflowjava.protocol.impl.core with parameters of type OpenflowDiagStatusProviderModifierConstructorDescriptionSwitchConnectionProviderImpl
(@Nullable ConnectionConfiguration connConfig, OpenflowDiagStatusProvider openflowDiagStatusProvider) -
Uses of OpenflowDiagStatusProvider in org.opendaylight.openflowjava.protocol.spi.connection
Methods in org.opendaylight.openflowjava.protocol.spi.connection with parameters of type OpenflowDiagStatusProviderModifier and TypeMethodDescriptionSwitchConnectionProviderFactory.newInstance
(SwitchConnectionConfig config, OpenflowDiagStatusProvider openflowPluginDiagStatusProvider) Creates a new SwitchConnectionProvider with the given configuration. -
Uses of OpenflowDiagStatusProvider in org.opendaylight.openflowplugin.impl
Constructors in org.opendaylight.openflowplugin.impl with parameters of type OpenflowDiagStatusProviderModifierConstructorDescriptionOpenFlowPluginProviderImpl
(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)