Package | Description |
---|---|
com.hp.sdn.flowmgr |
Deprecated Definitions of the services provided by the Flow Manager Application.
|
Modifier and Type | Method and Description |
---|---|
List<FlowRule> |
FlowService.getFlows(DataPathId dpid)
Deprecated.
Returns the list of flow rules for the specified datapath.
|
List<FlowRule> |
FlowService.getFlows(DataPathId dpid,
Match match)
Deprecated.
Returns the list of flow rules for the given match,
and the specified datapath.
|
List<FlowRule> |
FlowService.getFlows(DataPathId dpid,
Packet pkt)
Deprecated.
Returns the list of flow rules that the given packet would hit,
for the specified datapath.
|
Copyright © 2015. All Rights Reserved.