public interface FlowMatchContext extends PacketHeader
FlowMatchContext describes a context to build flow match.| Modifier and Type | Method and Description |
|---|---|
void |
addMatchField(FlowMatchType type)
Add a match field to be configured into a flow entry.
|
void |
addUnicastMatchFields()
Add match fields to be configured into an unicast flow entry.
|
boolean |
hasMatchField(FlowMatchType type)
Determine whether the given match field will be configured in a flow
entry or not.
|
getEtherHeader, getHeaderDescription, getInetHeader, getLayer4Headervoid addMatchField(FlowMatchType type)
type - A match type to be added.boolean hasMatchField(FlowMatchType type)
type - A match type to be tested.true only if the given match type will be configured
in a flow entry.void addUnicastMatchFields()
Copyright © 2018 OpenDaylight. All rights reserved.