Uses of Class
io.lighty.modules.southbound.openflow.impl.config.OpenflowpluginConfiguration
-
Packages that use OpenflowpluginConfiguration Package Description io.lighty.modules.southbound.openflow.impl io.lighty.modules.southbound.openflow.impl.util -
-
Uses of OpenflowpluginConfiguration in io.lighty.modules.southbound.openflow.impl
Methods in io.lighty.modules.southbound.openflow.impl with parameters of type OpenflowpluginConfiguration Modifier and Type Method Description OpenflowSouthboundPluginBuilderOpenflowSouthboundPluginBuilder. from(OpenflowpluginConfiguration openflowpluginConfiguration, LightyServices lightyServices)Create new instance ofOpenflowSouthboundPluginBuilderfromOpenflowpluginConfiguration,SwitchConfigandLightyServices. -
Uses of OpenflowpluginConfiguration in io.lighty.modules.southbound.openflow.impl.util
Methods in io.lighty.modules.southbound.openflow.impl.util that return OpenflowpluginConfiguration Modifier and Type Method Description static OpenflowpluginConfigurationOpenflowConfigUtils. getDefaultOfpConfiguration()Create new default configuration for OFPstatic OpenflowpluginConfigurationOpenflowConfigUtils. getOfpConfiguration(InputStream jsonConfigInputStream)Read configuration from InputStream representing JSON configuration data.
-