Uses of Class
io.lighty.modules.southbound.openflow.impl.OpenflowSouthboundPluginBuilder
-
Packages that use OpenflowSouthboundPluginBuilder Package Description io.lighty.modules.southbound.openflow.impl -
-
Uses of OpenflowSouthboundPluginBuilder in io.lighty.modules.southbound.openflow.impl
Methods in io.lighty.modules.southbound.openflow.impl that return OpenflowSouthboundPluginBuilder Modifier and Type Method Description OpenflowSouthboundPluginBuilderOpenflowSouthboundPluginBuilder. from(OpenflowpluginConfiguration openflowpluginConfiguration, LightyServices lightyServices)Create new instance ofOpenflowSouthboundPluginBuilderfromOpenflowpluginConfiguration,SwitchConfigandLightyServices.OpenflowSouthboundPluginBuilderOpenflowSouthboundPluginBuilder. withExecutorService(ExecutorService executorService)Inject executor service to execute futuresOpenflowSouthboundPluginBuilderOpenflowSouthboundPluginBuilder. withPacketListener(org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.PacketProcessingListener ofpPacketListener)Inject Packet Listener, can be used for handling packet-in messages.
-