public interface FlowRuleProgrammable extends HandlerBehaviour
Modifier and Type | Method and Description |
---|---|
java.util.Collection<FlowRule> |
applyFlowRules(java.util.Collection<FlowRule> rules)
Applies the specified collection of flow rules to the device.
|
java.util.Collection<FlowEntry> |
getFlowEntries()
Retrieves the collection of flow rule entries currently installed on the device.
|
java.util.Collection<FlowRule> |
removeFlowRules(java.util.Collection<FlowRule> rules)
Removes the specified collection of flow rules from the device.
|
handler, setHandler
java.util.Collection<FlowEntry> getFlowEntries()
java.util.Collection<FlowRule> applyFlowRules(java.util.Collection<FlowRule> rules)
rules
- flow rules to be added