Uses of Interface
org.opendaylight.openflowjava.protocol.spi.connection.SwitchConnectionProvider
-
-
Uses of SwitchConnectionProvider in org.opendaylight.openflowjava.eric
Constructor parameters in org.opendaylight.openflowjava.eric with type arguments of type SwitchConnectionProvider Constructor Description EricExtensionCodecRegistratorImpl(List<SwitchConnectionProvider> providers)
-
Uses of SwitchConnectionProvider in org.opendaylight.openflowjava.nx
Constructor parameters in org.opendaylight.openflowjava.nx with type arguments of type SwitchConnectionProvider Constructor Description NiciraExtensionCodecRegistratorImpl(List<SwitchConnectionProvider> providers)
-
Uses of SwitchConnectionProvider in org.opendaylight.openflowjava.protocol.impl.core
Classes in org.opendaylight.openflowjava.protocol.impl.core that implement SwitchConnectionProvider Modifier and Type Class Description class
SwitchConnectionProviderImpl
Exposed class for server handling.Methods in org.opendaylight.openflowjava.protocol.impl.core that return SwitchConnectionProvider Modifier and Type Method Description SwitchConnectionProvider
SwitchConnectionProviderFactoryImpl. newInstance(SwitchConnectionConfig config, OpenflowDiagStatusProvider diagStatus)
-
Uses of SwitchConnectionProvider in org.opendaylight.openflowjava.protocol.spi.connection
Methods in org.opendaylight.openflowjava.protocol.spi.connection that return SwitchConnectionProvider Modifier and Type Method Description SwitchConnectionProvider
SwitchConnectionProviderFactory. newInstance(SwitchConnectionConfig config, OpenflowDiagStatusProvider openflowPluginDiagStatusProvider)
Creates a new SwitchConnectionProvider with the given configuration.Methods in org.opendaylight.openflowjava.protocol.spi.connection that return types with arguments of type SwitchConnectionProvider Modifier and Type Method Description protected List<SwitchConnectionProvider>
SwitchConnectionProviderList. delegate()
Constructor parameters in org.opendaylight.openflowjava.protocol.spi.connection with type arguments of type SwitchConnectionProvider Constructor Description SwitchConnectionProviderList(List<SwitchConnectionProvider> switchConnectionProviders)
-
Uses of SwitchConnectionProvider in org.opendaylight.openflowplugin.extension.onf
Constructors in org.opendaylight.openflowplugin.extension.onf with parameters of type SwitchConnectionProvider Constructor Description OnfExtensionProvider(SwitchConnectionProvider switchConnectionProvider, OpenFlowPluginExtensionRegistratorProvider converterRegistrator)
-