public interface FlowActionContext extends PacketHeader
FlowActionContext describes a context to apply flow actions
configured in a flow filter to packet.| Modifier and Type | Method and Description |
|---|---|
void |
addFilterAction(FlowFilterAction fa)
Append the given flow action to the action list to be applied to packet.
|
Collection<FlowFilterAction> |
getFilterActions()
Return a collection of flow actions configured by a flow filter.
|
void |
removeFilterAction(Class<? extends FlowFilterAction> actClass)
Remove the specified flow action from the flow filter action list.
|
getEtherHeader, getHeaderDescription, getInetHeader, getLayer4Headervoid addFilterAction(FlowFilterAction fa)
This method is used to apply flow actions configured in a flow filter.
fa - A FlowFilterAction instance.void removeFilterAction(Class<? extends FlowFilterAction> actClass)
actClass - A class of flow action to be removed.Collection<FlowFilterAction> getFilterActions()
null is returned if no flow action was created by
flow filter.Copyright © 2018 OpenDaylight. All rights reserved.