public interface FlowEvent extends TypedEvent<FlowEventType>
| Modifier and Type | Method and Description |
|---|---|
DataPathId |
dpid()
Returns the associated datapath ID.
|
OfmFlowMod |
flowMod()
Returns the FlowMod message that was pushed (or attempted).
|
OfmFlowRemoved |
flowRemoved()
Returns the FlowRemoved message that was received from the
datapath.
|
ts, typeDataPathId dpid()
OfmFlowMod flowMod()
FLOW_MOD_PUSHED or
FLOW_MOD_PUSH_FAILED, this method returns null.OfmFlowRemoved flowRemoved()
FLOW_REMOVED, this method returns null.Copyright © 2014. All Rights Reserved.