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 static OpenflowSouthboundPluginBuilderOpenflowSouthboundPluginBuilder. from(OpenflowpluginConfiguration openflowpluginConfiguration, LightyServices services)Create new instance ofOpenflowSouthboundPluginBuilderfromOpenflowpluginConfiguration,SwitchConfigandLightyServices.OpenflowSouthboundPluginBuilderOpenflowSouthboundPluginBuilder. withExecutorService(ExecutorService executor)Inject executor service to execute futures.OpenflowSouthboundPluginBuilderOpenflowSouthboundPluginBuilder. withPacketListener(org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.PacketProcessingListener listener)Inject Packet Listener, can be used for handling packet-in messages.
-