Uses of Interface
org.opendaylight.openflowjava.protocol.api.connection.ConnectionConfiguration
- 
Packages that use ConnectionConfiguration Package Description org.opendaylight.openflowjava.protocol.impl.core org.opendaylight.openflowjava.protocol.spi.connection 
- 
- 
Uses of ConnectionConfiguration in org.opendaylight.openflowjava.protocol.impl.coreMethods in org.opendaylight.openflowjava.protocol.impl.core that return ConnectionConfiguration Modifier and Type Method Description ConnectionConfigurationSwitchConnectionProviderImpl. getConfiguration()Constructors in org.opendaylight.openflowjava.protocol.impl.core with parameters of type ConnectionConfiguration Constructor Description SwitchConnectionProviderImpl(@Nullable ConnectionConfiguration connConfig, OpenflowDiagStatusProvider openflowDiagStatusProvider)
- 
Uses of ConnectionConfiguration in org.opendaylight.openflowjava.protocol.spi.connectionMethods in org.opendaylight.openflowjava.protocol.spi.connection that return ConnectionConfiguration Modifier and Type Method Description ConnectionConfigurationSwitchConnectionProvider. getConfiguration()Returns the connection configuration.
 
-