Uses of Interface
org.opendaylight.openflowjava.protocol.api.connection.OpenflowDiagStatusProvider
-
Packages that use OpenflowDiagStatusProvider Package Description org.opendaylight.openflowjava.protocol.impl.core org.opendaylight.openflowjava.protocol.spi.connection org.opendaylight.openflowplugin.impl -
-
Uses of OpenflowDiagStatusProvider in org.opendaylight.openflowjava.protocol.impl.core
Classes in org.opendaylight.openflowjava.protocol.impl.core that implement OpenflowDiagStatusProvider Modifier and Type Class Description class
DefaultOpenflowDiagStatusProvider
class
OSGiOpenflowDiagStatusProvider
Methods in org.opendaylight.openflowjava.protocol.impl.core with parameters of type OpenflowDiagStatusProvider Modifier and Type Method Description SwitchConnectionProvider
SwitchConnectionProviderFactoryImpl. newInstance(SwitchConnectionConfig config, OpenflowDiagStatusProvider diagStatus)
Constructors in org.opendaylight.openflowjava.protocol.impl.core with parameters of type OpenflowDiagStatusProvider Constructor Description SwitchConnectionProviderImpl(@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 OpenflowDiagStatusProvider Modifier and Type Method Description SwitchConnectionProvider
SwitchConnectionProviderFactory. 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 OpenflowDiagStatusProvider Constructor Description OpenFlowPluginProviderImpl(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)
-