public interface FlowService
ControllerService
because it caches
the flows pushed for quick retrieval.Modifier and Type | Method and Description |
---|---|
List<MBodyFlowStats> |
getFlows(DeviceId dev)
Gets the list of flows from the given device.
|
void |
sendFlowMod(OfmFlowMod fm,
DeviceId dev)
Sends the given flow mod to the given device and updates the associated
list of flows.
|
void sendFlowMod(OfmFlowMod fm, DeviceId dev)
fm
- the given flow moddev
- the given device IDNotFoundException
- if the device is invalidList<MBodyFlowStats> getFlows(DeviceId dev)
dev
- the given device IDNotFoundException
- if the device is invalidCopyright © 2015. All Rights Reserved.